Html Css Color HEX #BBD4EA Pale Cornflower Blue

📋 copy color: '#BBD4EA'

red 187 ◦ green 212 ◦ blue 234

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

Shades of Pale Cornflower Blue #BBD4EA

Tints of Pale Cornflower Blue #BBD4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 29.54%
G = 33.49%
B = 36.97%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBD4EA (or 0xBBD4EA) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and EA. RGB value is (187,212,234). Sum of RGB (Red+Green+Blue) = 187+212+234=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4EA is #442B15. Grayscale: #CECECE. Windows color (decimal): -4467478 or 15389883. OLE color: 15389883.

HSL color Cylindrical-coordinate representation of color #BBD4EA: hue angle of 208.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD4EA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 212 234 -
CMYK 0.20 0.09 0 0.08
HSL 208.09º 0.53% 0.83% -
HSV(B) 208.09º 0.2% 0.92% -
XYZ 58.89 63.59 87.01 -
YUV 207.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 187 212 234 0.20 0.09 0 0.08 208.09 0.53 0.83
Hex BB D4 EA 14 9 0 8 D0 35 53
Octal 273 324 352 24 11 0 10 320 65 123
Binary 10111011 11010100 11101010 10100 1001 0 1000 11010000 110101 1010011

Color Harmonies of #BBD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4EA

Black with #BBD4EA

Text Example


Text Example

White with #BBD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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