Html Css Color HEX #BBD9F2 Pale Cornflower Blue

📋 copy color: '#BBD9F2'

red 187 ◦ green 217 ◦ blue 242

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

Shades of Pale Cornflower Blue #BBD9F2

Tints of Pale Cornflower Blue #BBD9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.59%

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

R = 28.95%
G = 33.59%
B = 37.46%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBD9F2 (or 0xBBD9F2) is known color: Pale Cornflower Blue. HEX triplet: BB, D9 and F2. RGB value is (187,217,242). Sum of RGB (Red+Green+Blue) = 187+217+242=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9F2 is #44260D. Grayscale: #D2D2D2. Windows color (decimal): -4466190 or 15915451. OLE color: 15915451.

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

Color convert

RGB 187 217 242 -
CMYK 0.23 0.10 0 0.05
HSL 207.27º 0.68% 0.84% -
HSV(B) 207.27º 0.23% 0.95% -
XYZ 61.33 66.6 93.63 -
YUV 210.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 187 217 242 0.23 0.10 0 0.05 207.27 0.68 0.84
Hex BB D9 F2 17 A 0 5 CF 44 54
Octal 273 331 362 27 12 0 5 317 104 124
Binary 10111011 11011001 11110010 10111 1010 0 101 11001111 1000100 1010100

Color Harmonies of #BBD9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9F2

Black with #BBD9F2

Text Example


Text Example

White with #BBD9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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