Html Css Color HEX #B2DADE Powder Blue

📋 copy color: '#B2DADE'

red 178 ◦ green 218 ◦ blue 222

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

Shades of Powder Blue #B2DADE

Tints of Powder Blue #B2DADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 28.8%
G = 35.28%
B = 35.92%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2DADE (or 0xB2DADE) is known color: Powder Blue. HEX triplet: B2, DA and DE. RGB value is (178,218,222). Sum of RGB (Red+Green+Blue) = 178+218+222=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2DADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DADE is #4D2521. Grayscale: #CECECE. Windows color (decimal): -5055778 or 14604978. OLE color: 14604978.

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

Color convert

RGB 178 218 222 -
CMYK 0.20 0.02 0 0.13
HSL 185.45º 0.4% 0.78% -
HSV(B) 185.45º 0.2% 0.87% -
XYZ 56.62 64.88 78.65 -
YUV 206.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 178 218 222 0.20 0.02 0 0.13 185.45 0.4 0.78
Hex B2 DA DE 14 2 0 D B9 28 4E
Octal 262 332 336 24 2 0 15 271 50 116
Binary 10110010 11011010 11011110 10100 10 0 1101 10111001 101000 1001110

Color Harmonies of #B2DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DADE

Black with #B2DADE

Text Example


Text Example

White with #B2DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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