Html Css Color HEX #B2DADC Powder Blue

📋 copy color: '#B2DADC'

red 178 ◦ green 218 ◦ blue 220

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

Shades of Powder Blue #B2DADC

Tints of Powder Blue #B2DADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 28.9%
G = 35.39%
B = 35.71%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2DADC (or 0xB2DADC) is known color: Powder Blue. HEX triplet: B2, DA and DC. RGB value is (178,218,220). Sum of RGB (Red+Green+Blue) = 178+218+220=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DADC is #4D2523. Grayscale: #CECECE. Windows color (decimal): -5055780 or 14473906. OLE color: 14473906.

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

Color convert

RGB 178 218 220 -
CMYK 0.19 0.01 0 0.14
HSL 182.86º 0.38% 0.78% -
HSV(B) 182.86º 0.19% 0.86% -
XYZ 56.35 64.78 77.24 -
YUV 206.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 178 218 220 0.19 0.01 0 0.14 182.86 0.38 0.78
Hex B2 DA DC 13 1 0 E B7 26 4E
Octal 262 332 334 23 1 0 16 267 46 116
Binary 10110010 11011010 11011100 10011 1 0 1110 10110111 100110 1001110

Color Harmonies of #B2DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DADC

Black with #B2DADC

Text Example


Text Example

White with #B2DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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