Html Css Color HEX #BBDDF6 Pale Cornflower Blue

📋 copy color: '#BBDDF6'

red 187 ◦ green 221 ◦ blue 246

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

Shades of Pale Cornflower Blue #BBDDF6

Tints of Pale Cornflower Blue #BBDDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.79%

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

R = 28.59%
G = 33.79%
B = 37.61%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBDDF6 (or 0xBBDDF6) is known color: Pale Cornflower Blue. HEX triplet: BB, DD and F6. RGB value is (187,221,246). Sum of RGB (Red+Green+Blue) = 187+221+246=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF6 is #442209. Grayscale: #D5D5D5. Windows color (decimal): -4465162 or 16178619. OLE color: 16178619.

HSL color Cylindrical-coordinate representation of color #BBDDF6: hue angle of 205.42º 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 #BBDDF6 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 221 246 -
CMYK 0.24 0.10 0 0.04
HSL 205.42º 0.77% 0.85% -
HSV(B) 205.42º 0.24% 0.96% -
XYZ 62.98 68.93 97.17 -
YUV 213.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 187 221 246 0.24 0.10 0 0.04 205.42 0.77 0.85
Hex BB DD F6 18 A 0 4 CD 4D 55
Octal 273 335 366 30 12 0 4 315 115 125
Binary 10111011 11011101 11110110 11000 1010 0 100 11001101 1001101 1010101

Color Harmonies of #BBDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDF6

Black with #BBDDF6

Text Example


Text Example

White with #BBDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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