Html Css Color HEX #B2DDE4 Powder Blue

📋 copy color: '#B2DDE4'

red 178 ◦ green 221 ◦ blue 228

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

Shades of Powder Blue #B2DDE4

Tints of Powder Blue #B2DDE4

RGB

 RED value IS 178 (69.92% from 255) = 28.39%

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

 BLUE value IS 228 (89.45% from 255) = 36.36%

R = 28.39%
G = 35.25%
B = 36.36%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B2DDE4 (or 0xB2DDE4) is known color: Powder Blue. HEX triplet: B2, DD and E4. RGB value is (178,221,228). Sum of RGB (Red+Green+Blue) = 178+221+228=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #B2DDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDE4 is #4D221B. Grayscale: #D0D0D0. Windows color (decimal): -5055004 or 14998962. OLE color: 14998962.

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

Color convert

RGB 178 221 228 -
CMYK 0.22 0.03 0 0.11
HSL 188.4º 0.48% 0.8% -
HSV(B) 188.4º 0.22% 0.89% -
XYZ 58.22 66.78 83.22 -
YUV 208.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 178 221 228 0.22 0.03 0 0.11 188.4 0.48 0.8
Hex B2 DD E4 16 3 0 B BC 30 50
Octal 262 335 344 26 3 0 13 274 60 120
Binary 10110010 11011101 11100100 10110 11 0 1011 10111100 110000 1010000

Color Harmonies of #B2DDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DDE4

Black with #B2DDE4

Text Example


Text Example

White with #B2DDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DDE4; }

 p { color: rgb(178,221,228); }

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

background-color css

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

 a { background-color: rgb(178,221,228); }

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

border-color css

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

 span { border-color: rgb(178,221,228); }

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