Html Css Color HEX #BBD6F6 Pale Cornflower Blue

📋 copy color: '#BBD6F6'

red 187 ◦ green 214 ◦ blue 246

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

Shades of Pale Cornflower Blue #BBD6F6

Tints of Pale Cornflower Blue #BBD6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.02%

R = 28.9%
G = 33.08%
B = 38.02%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBD6F6 (or 0xBBD6F6) is known color: Pale Cornflower Blue. HEX triplet: BB, D6 and F6. RGB value is (187,214,246). Sum of RGB (Red+Green+Blue) = 187+214+246=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBD6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6F6 is #442909. Grayscale: #D1D1D1. Windows color (decimal): -4466954 or 16176827. OLE color: 16176827.

HSL color Cylindrical-coordinate representation of color #BBD6F6: hue angle of 212.54º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD6F6 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 214 246 -
CMYK 0.24 0.13 0 0.04
HSL 212.54º 0.77% 0.85% -
HSV(B) 212.54º 0.24% 0.96% -
XYZ 61.17 65.31 96.57 -
YUV 209.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 187 214 246 0.24 0.13 0 0.04 212.54 0.77 0.85
Hex BB D6 F6 18 D 0 4 D5 4D 55
Octal 273 326 366 30 15 0 4 325 115 125
Binary 10111011 11010110 11110110 11000 1101 0 100 11010101 1001101 1010101

Color Harmonies of #BBD6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6F6

Black with #BBD6F6

Text Example


Text Example

White with #BBD6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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