Html Css Color HEX #BBD8F2 Pale Cornflower Blue

📋 copy color: '#BBD8F2'

red 187 ◦ green 216 ◦ blue 242

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

Shades of Pale Cornflower Blue #BBD8F2

Tints of Pale Cornflower Blue #BBD8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.52%

R = 28.99%
G = 33.49%
B = 37.52%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBD8F2 (or 0xBBD8F2) is known color: Pale Cornflower Blue. HEX triplet: BB, D8 and F2. RGB value is (187,216,242). Sum of RGB (Red+Green+Blue) = 187+216+242=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBD8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8F2 is #44270D. Grayscale: #D2D2D2. Windows color (decimal): -4466446 or 15915195. OLE color: 15915195.

HSL color Cylindrical-coordinate representation of color #BBD8F2: hue angle of 208.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBD8F2 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 216 242 -
CMYK 0.23 0.11 0 0.05
HSL 208.36º 0.68% 0.84% -
HSV(B) 208.36º 0.23% 0.95% -
XYZ 61.08 66.09 93.54 -
YUV 210.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 187 216 242 0.23 0.11 0 0.05 208.36 0.68 0.84
Hex BB D8 F2 17 B 0 5 D0 44 54
Octal 273 330 362 27 13 0 5 320 104 124
Binary 10111011 11011000 11110010 10111 1011 0 101 11010000 1000100 1010100

Color Harmonies of #BBD8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8F2

Black with #BBD8F2

Text Example


Text Example

White with #BBD8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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