Html Css Color HEX #B2DCE4 Powder Blue

📋 copy color: '#B2DCE4'

red 178 ◦ green 220 ◦ blue 228

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

Shades of Powder Blue #B2DCE4

Tints of Powder Blue #B2DCE4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

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

R = 28.43%
G = 35.14%
B = 36.42%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B2DCE4 (or 0xB2DCE4) is known color: Powder Blue. HEX triplet: B2, DC and E4. RGB value is (178,220,228). Sum of RGB (Red+Green+Blue) = 178+220+228=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 228 - color contains mainly: blue. Hex color #B2DCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCE4 is #4D231B. Grayscale: #D0D0D0. Windows color (decimal): -5055260 or 14998706. OLE color: 14998706.

HSL color Cylindrical-coordinate representation of color #B2DCE4: hue angle of 189.6º 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 #B2DCE4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 220 228 -
CMYK 0.22 0.04 0 0.11
HSL 189.6º 0.48% 0.8% -
HSV(B) 189.6º 0.22% 0.89% -
XYZ 57.96 66.25 83.13 -
YUV 208.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 178 220 228 0.22 0.04 0 0.11 189.6 0.48 0.8
Hex B2 DC E4 16 4 0 B BE 30 50
Octal 262 334 344 26 4 0 13 276 60 120
Binary 10110010 11011100 11100100 10110 100 0 1011 10111110 110000 1010000

Color Harmonies of #B2DCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCE4

Black with #B2DCE4

Text Example


Text Example

White with #B2DCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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