Html Css Color HEX #BBD5E9 Pale Cornflower Blue

📋 copy color: '#BBD5E9'

red 187 ◦ green 213 ◦ blue 233

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

Shades of Pale Cornflower Blue #BBD5E9

Tints of Pale Cornflower Blue #BBD5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.65%

 BLUE value IS 233 (91.41% from 255) = 36.81%

R = 29.54%
G = 33.65%
B = 36.81%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBD5E9 (or 0xBBD5E9) is known color: Pale Cornflower Blue. HEX triplet: BB, D5 and E9. RGB value is (187,213,233). Sum of RGB (Red+Green+Blue) = 187+213+233=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBD5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5E9 is #442A16. Grayscale: #CFCFCF. Windows color (decimal): -4467223 or 15324603. OLE color: 15324603.

HSL color Cylindrical-coordinate representation of color #BBD5E9: hue angle of 206.09º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD5E9 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 213 233 -
CMYK 0.20 0.09 0 0.09
HSL 206.09º 0.51% 0.82% -
HSV(B) 206.09º 0.2% 0.91% -
XYZ 59 64.04 86.34 -
YUV 207.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 187 213 233 0.20 0.09 0 0.09 206.09 0.51 0.82
Hex BB D5 E9 14 9 0 9 CE 33 52
Octal 273 325 351 24 11 0 11 316 63 122
Binary 10111011 11010101 11101001 10100 1001 0 1001 11001110 110011 1010010

Color Harmonies of #BBD5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5E9

Black with #BBD5E9

Text Example


Text Example

White with #BBD5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5E9; }

 p { color: rgb(187,213,233); }

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

background-color css

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

 a { background-color: rgb(187,213,233); }

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

border-color css

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

 span { border-color: rgb(187,213,233); }

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