Html Css Color HEX #B2DADD Powder Blue

📋 copy color: '#B2DADD'

red 178 ◦ green 218 ◦ blue 221

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

Shades of Powder Blue #B2DADD

Tints of Powder Blue #B2DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.33%

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 28.85%
G = 35.33%
B = 35.82%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2DADD (or 0xB2DADD) is known color: Powder Blue. HEX triplet: B2, DA and DD. RGB value is (178,218,221). Sum of RGB (Red+Green+Blue) = 178+218+221=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DADD is #4D2522. Grayscale: #CECECE. Windows color (decimal): -5055779 or 14539442. OLE color: 14539442.

HSL color Cylindrical-coordinate representation of color #B2DADD: hue angle of 184.19º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DADD is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 218 221 -
CMYK 0.19 0.01 0 0.13
HSL 184.19º 0.39% 0.78% -
HSV(B) 184.19º 0.19% 0.87% -
XYZ 56.48 64.83 77.94 -
YUV 206.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 178 218 221 0.19 0.01 0 0.13 184.19 0.39 0.78
Hex B2 DA DD 13 1 0 D B8 27 4E
Octal 262 332 335 23 1 0 15 270 47 116
Binary 10110010 11011010 11011101 10011 1 0 1101 10111000 100111 1001110

Color Harmonies of #B2DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DADD

Black with #B2DADD

Text Example


Text Example

White with #B2DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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