Html Css Color HEX #B8DEE2 Powder Blue

📋 copy color: '#B8DEE2'

red 184 ◦ green 222 ◦ blue 226

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

Shades of Powder Blue #B8DEE2

Tints of Powder Blue #B8DEE2

RGB

 RED value IS 184 (72.27% from 255) = 29.11%

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

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

R = 29.11%
G = 35.13%
B = 35.76%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B8DEE2 (or 0xB8DEE2) is known color: Powder Blue. HEX triplet: B8, DE and E2. RGB value is (184,222,226). Sum of RGB (Red+Green+Blue) = 184+222+226=632 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.11% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #B8DEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DEE2 is #47211D. Grayscale: #D3D3D3. Windows color (decimal): -4661534 or 14868152. OLE color: 14868152.

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

Color convert

RGB 184 222 226 -
CMYK 0.19 0.02 0 0.11
HSL 185.71º 0.42% 0.8% -
HSV(B) 185.71º 0.19% 0.89% -
XYZ 59.62 67.92 81.92 -
YUV 211.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 184 222 226 0.19 0.02 0 0.11 185.71 0.42 0.8
Hex B8 DE E2 13 2 0 B BA 2A 50
Octal 270 336 342 23 2 0 13 272 52 120
Binary 10111000 11011110 11100010 10011 10 0 1011 10111010 101010 1010000

Color Harmonies of #B8DEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DEE2

Black with #B8DEE2

Text Example


Text Example

White with #B8DEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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