Html Css Color HEX #BBD4F1 Pale Cornflower Blue

📋 copy color: '#BBD4F1'

red 187 ◦ green 212 ◦ blue 241

#BBD4F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BBD4F1

Tints of Pale Cornflower Blue #BBD4F1

RGB

 RED value IS 187 (73.44% from 255) = 29.22%

 GREEN value IS 212 (83.2% from 255) = 33.13%

 BLUE value IS 241 (94.53% from 255) = 37.66%

R = 29.22%
G = 33.13%
B = 37.66%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBD4F1 (or 0xBBD4F1) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and F1. RGB value is (187,212,241). Sum of RGB (Red+Green+Blue) = 187+212+241=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4F1 is #442B0E. Grayscale: #CFCFCF. Windows color (decimal): -4467471 or 15848635. OLE color: 15848635.

HSL color Cylindrical-coordinate representation of color #BBD4F1: hue angle of 212.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD4F1 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 212 241 -
CMYK 0.22 0.12 0 0.05
HSL 212.22º 0.66% 0.84% -
HSV(B) 212.22º 0.22% 0.95% -
XYZ 59.91 64 92.42 -
YUV 207.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 187 212 241 0.22 0.12 0 0.05 212.22 0.66 0.84
Hex BB D4 F1 16 C 0 5 D4 42 54
Octal 273 324 361 26 14 0 5 324 102 124
Binary 10111011 11010100 11110001 10110 1100 0 101 11010100 1000010 1010100

Color Harmonies of #BBD4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4F1

Black with #BBD4F1

Text Example


Text Example

White with #BBD4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4F1; }

 p { color: rgb(187,212,241); }

 H1.HeaderClassName
 {
   color: #BBD4F1;
 }
 .AnyTagClassName
 {
   color: #BBD4F1;
 }
</style>

background-color css

<style>
 a { background-color: #BBD4F1; }

 a { background-color: rgb(187,212,241); }

 div.DivClassName
 {
   background-color: #BBD4F1;
 }
 .BgClassName
 {
   background-color: #BBD4F1;
 }
</style>

border-color css

<style>
 span { border-color: #BBD4F1; }

 span { border-color: rgb(187,212,241); }

 td.TdClassName
 {
   border-color: #BBD4F1;
 }
 .TagClassName
 {
   border-color: #BBD4F1;
 }
</style>