Html Css Color HEX #B2DCDF Powder Blue

📋 copy color: '#B2DCDF'

red 178 ◦ green 220 ◦ blue 223

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

Shades of Powder Blue #B2DCDF

Tints of Powder Blue #B2DCDF

RGB

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

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

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

R = 28.66%
G = 35.43%
B = 35.91%

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

#B2DCDF (or 0xB2DCDF) is known color: Powder Blue. HEX triplet: B2, DC and DF. RGB value is (178,220,223). Sum of RGB (Red+Green+Blue) = 178+220+223=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCDF is #4D2320. Grayscale: #CFCFCF. Windows color (decimal): -5055265 or 14671026. OLE color: 14671026.

HSL color Cylindrical-coordinate representation of color #B2DCDF: hue angle of 184º 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 #B2DCDF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 220 223 -
CMYK 0.20 0.01 0 0.13
HSL 184º 0.41% 0.79% -
HSV(B) 184º 0.2% 0.87% -
XYZ 57.27 65.98 79.53 -
YUV 207.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 178 220 223 0.20 0.01 0 0.13 184 0.41 0.79
Hex B2 DC DF 14 1 0 D B8 29 4F
Octal 262 334 337 24 1 0 15 270 51 117
Binary 10110010 11011100 11011111 10100 1 0 1101 10111000 101001 1001111

Color Harmonies of #B2DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCDF

Black with #B2DCDF

Text Example


Text Example

White with #B2DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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