Html Css Color HEX #BBD5EE Pale Cornflower Blue

📋 copy color: '#BBD5EE'

red 187 ◦ green 213 ◦ blue 238

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

Shades of Pale Cornflower Blue #BBD5EE

Tints of Pale Cornflower Blue #BBD5EE

RGB

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

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

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

R = 29.31%
G = 33.39%
B = 37.3%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBD5EE (or 0xBBD5EE) is known color: Pale Cornflower Blue. HEX triplet: BB, D5 and EE. RGB value is (187,213,238). Sum of RGB (Red+Green+Blue) = 187+213+238=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5EE is #442A11. Grayscale: #CFCFCF. Windows color (decimal): -4467218 or 15652283. OLE color: 15652283.

HSL color Cylindrical-coordinate representation of color #BBD5EE: hue angle of 209.41º 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 #BBD5EE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 213 238 -
CMYK 0.21 0.11 0 0.07
HSL 209.41º 0.6% 0.83% -
HSV(B) 209.41º 0.21% 0.93% -
XYZ 59.72 64.33 90.16 -
YUV 208.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 187 213 238 0.21 0.11 0 0.07 209.41 0.6 0.83
Hex BB D5 EE 15 B 0 7 D1 3C 53
Octal 273 325 356 25 13 0 7 321 74 123
Binary 10111011 11010101 11101110 10101 1011 0 111 11010001 111100 1010011

Color Harmonies of #BBD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5EE

Black with #BBD5EE

Text Example


Text Example

White with #BBD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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