Html Css Color HEX #BBDEE2 Powder Blue

📋 copy color: '#BBDEE2'

red 187 ◦ green 222 ◦ blue 226

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

Shades of Powder Blue #BBDEE2

Tints of Powder Blue #BBDEE2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.96%

 BLUE value IS 226 (88.67% from 255) = 35.59%

R = 29.45%
G = 34.96%
B = 35.59%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBDEE2 (or 0xBBDEE2) is known color: Powder Blue. HEX triplet: BB, DE and E2. RGB value is (187,222,226). Sum of RGB (Red+Green+Blue) = 187+222+226=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBDEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEE2 is #44211D. Grayscale: #D3D3D3. Windows color (decimal): -4464926 or 14868155. OLE color: 14868155.

HSL color Cylindrical-coordinate representation of color #BBDEE2: hue angle of 186.15º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDEE2 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 222 226 -
CMYK 0.17 0.02 0 0.11
HSL 186.15º 0.4% 0.81% -
HSV(B) 186.15º 0.17% 0.89% -
XYZ 60.34 68.3 81.95 -
YUV 211.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 187 222 226 0.17 0.02 0 0.11 186.15 0.4 0.81
Hex BB DE E2 11 2 0 B BA 28 51
Octal 273 336 342 21 2 0 13 272 50 121
Binary 10111011 11011110 11100010 10001 10 0 1011 10111010 101000 1010001

Color Harmonies of #BBDEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDEE2

Black with #BBDEE2

Text Example


Text Example

White with #BBDEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDEE2; }

 p { color: rgb(187,222,226); }

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

background-color css

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

 a { background-color: rgb(187,222,226); }

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

border-color css

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

 span { border-color: rgb(187,222,226); }

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