Html Css Color HEX #BBD6EE Pale Cornflower Blue

📋 copy color: '#BBD6EE'

red 187 ◦ green 214 ◦ blue 238

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

Shades of Pale Cornflower Blue #BBD6EE

Tints of Pale Cornflower Blue #BBD6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.49%

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 29.26%
G = 33.49%
B = 37.25%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBD6EE (or 0xBBD6EE) is known color: Pale Cornflower Blue. HEX triplet: BB, D6 and EE. RGB value is (187,214,238). Sum of RGB (Red+Green+Blue) = 187+214+238=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6EE is #442911. Grayscale: #D0D0D0. Windows color (decimal): -4466962 or 15652539. OLE color: 15652539.

HSL color Cylindrical-coordinate representation of color #BBD6EE: hue angle of 208.24º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD6EE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 214 238 -
CMYK 0.21 0.10 0 0.07
HSL 208.24º 0.6% 0.83% -
HSV(B) 208.24º 0.21% 0.93% -
XYZ 59.97 64.83 90.24 -
YUV 208.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 187 214 238 0.21 0.10 0 0.07 208.24 0.6 0.83
Hex BB D6 EE 15 A 0 7 D0 3C 53
Octal 273 326 356 25 12 0 7 320 74 123
Binary 10111011 11010110 11101110 10101 1010 0 111 11010000 111100 1010011

Color Harmonies of #BBD6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6EE

Black with #BBD6EE

Text Example


Text Example

White with #BBD6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6EE; }

 p { color: rgb(187,214,238); }

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

background-color css

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

 a { background-color: rgb(187,214,238); }

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

border-color css

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

 span { border-color: rgb(187,214,238); }

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