Html Css Color HEX #BBD8EE Pale Cornflower Blue

📋 copy color: '#BBD8EE'

red 187 ◦ green 216 ◦ blue 238

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

Shades of Pale Cornflower Blue #BBD8EE

Tints of Pale Cornflower Blue #BBD8EE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.7%

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

R = 29.17%
G = 33.7%
B = 37.13%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBD8EE (or 0xBBD8EE) is known color: Pale Cornflower Blue. HEX triplet: BB, D8 and EE. RGB value is (187,216,238). Sum of RGB (Red+Green+Blue) = 187+216+238=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8EE is #442711. Grayscale: #D1D1D1. Windows color (decimal): -4466450 or 15653051. OLE color: 15653051.

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

Color convert

RGB 187 216 238 -
CMYK 0.21 0.09 0 0.07
HSL 205.88º 0.6% 0.83% -
HSV(B) 205.88º 0.21% 0.93% -
XYZ 60.48 65.85 90.41 -
YUV 209.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 187 216 238 0.21 0.09 0 0.07 205.88 0.6 0.83
Hex BB D8 EE 15 9 0 7 CE 3C 53
Octal 273 330 356 25 11 0 7 316 74 123
Binary 10111011 11011000 11101110 10101 1001 0 111 11001110 111100 1010011

Color Harmonies of #BBD8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8EE

Black with #BBD8EE

Text Example


Text Example

White with #BBD8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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