Html Css Color HEX #BBDBF2 Pale Cornflower Blue

📋 copy color: '#BBDBF2'

red 187 ◦ green 219 ◦ blue 242

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

Shades of Pale Cornflower Blue #BBDBF2

Tints of Pale Cornflower Blue #BBDBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.8%

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

R = 28.86%
G = 33.8%
B = 37.35%

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

#BBDBF2 (or 0xBBDBF2) is known color: Pale Cornflower Blue. HEX triplet: BB, DB and F2. RGB value is (187,219,242). Sum of RGB (Red+Green+Blue) = 187+219+242=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBF2 is #44240D. Grayscale: #D3D3D3. Windows color (decimal): -4465678 or 15915963. OLE color: 15915963.

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

Color convert

RGB 187 219 242 -
CMYK 0.23 0.10 0 0.05
HSL 205.09º 0.68% 0.84% -
HSV(B) 205.09º 0.23% 0.95% -
XYZ 61.85 67.64 93.8 -
YUV 212.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 187 219 242 0.23 0.10 0 0.05 205.09 0.68 0.84
Hex BB DB F2 17 A 0 5 CD 44 54
Octal 273 333 362 27 12 0 5 315 104 124
Binary 10111011 11011011 11110010 10111 1010 0 101 11001101 1000100 1010100

Color Harmonies of #BBDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBF2

Black with #BBDBF2

Text Example


Text Example

White with #BBDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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