Html Css Color HEX #B2DDDF Powder Blue

📋 copy color: '#B2DDDF'

red 178 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #B2DDDF

Tints of Powder Blue #B2DDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 28.62%
G = 35.53%
B = 35.85%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2DDDF (or 0xB2DDDF) is known color: Powder Blue. HEX triplet: B2, DD and DF. RGB value is (178,221,223). Sum of RGB (Red+Green+Blue) = 178+221+223=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDDF is #4D2220. Grayscale: #D0D0D0. Windows color (decimal): -5055009 or 14671282. OLE color: 14671282.

HSL color Cylindrical-coordinate representation of color #B2DDDF: hue angle of 182.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DDDF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 223 -
CMYK 0.20 0.01 0 0.13
HSL 182.67º 0.41% 0.79% -
HSV(B) 182.67º 0.2% 0.87% -
XYZ 57.54 66.51 79.62 -
YUV 208.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 178 221 223 0.20 0.01 0 0.13 182.67 0.41 0.79
Hex B2 DD DF 14 1 0 D B7 29 4F
Octal 262 335 337 24 1 0 15 267 51 117
Binary 10110010 11011101 11011111 10100 1 0 1101 10110111 101001 1001111

Color Harmonies of #B2DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DDDF

Black with #B2DDDF

Text Example


Text Example

White with #B2DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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