Html Css Color HEX #BBD4EE Pale Cornflower Blue

📋 copy color: '#BBD4EE'

red 187 ◦ green 212 ◦ blue 238

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

Shades of Pale Cornflower Blue #BBD4EE

Tints of Pale Cornflower Blue #BBD4EE

RGB

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

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

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

R = 29.36%
G = 33.28%
B = 37.36%

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

#BBD4EE (or 0xBBD4EE) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and EE. RGB value is (187,212,238). Sum of RGB (Red+Green+Blue) = 187+212+238=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4EE is #442B11. Grayscale: #CFCFCF. Windows color (decimal): -4467474 or 15652027. OLE color: 15652027.

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

Color convert

RGB 187 212 238 -
CMYK 0.21 0.11 0 0.07
HSL 210.59º 0.6% 0.83% -
HSV(B) 210.59º 0.21% 0.93% -
XYZ 59.47 63.82 90.07 -
YUV 207.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 187 212 238 0.21 0.11 0 0.07 210.59 0.6 0.83
Hex BB D4 EE 15 B 0 7 D3 3C 53
Octal 273 324 356 25 13 0 7 323 74 123
Binary 10111011 11010100 11101110 10101 1011 0 111 11010011 111100 1010011

Color Harmonies of #BBD4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4EE

Black with #BBD4EE

Text Example


Text Example

White with #BBD4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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