Html Css Color HEX #B2DADB Powder Blue

📋 copy color: '#B2DADB'

red 178 ◦ green 218 ◦ blue 219

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

Shades of Powder Blue #B2DADB

Tints of Powder Blue #B2DADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 28.94%
G = 35.45%
B = 35.61%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2DADB (or 0xB2DADB) is known color: Powder Blue. HEX triplet: B2, DA and DB. RGB value is (178,218,219). Sum of RGB (Red+Green+Blue) = 178+218+219=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DADB is #4D2524. Grayscale: #CECECE. Windows color (decimal): -5055781 or 14408370. OLE color: 14408370.

HSL color Cylindrical-coordinate representation of color #B2DADB: hue angle of 181.46º degrees, saturation: 0.36, 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 #B2DADB is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 218 219 -
CMYK 0.19 0.00 0 0.14
HSL 181.46º 0.36% 0.78% -
HSV(B) 181.46º 0.19% 0.86% -
XYZ 56.22 64.72 76.55 -
YUV 206.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 178 218 219 0.19 0.00 0 0.14 181.46 0.36 0.78
Hex B2 DA DB 13 0 0 E B5 24 4E
Octal 262 332 333 23 0 0 16 265 44 116
Binary 10110010 11011010 11011011 10011 0 0 1110 10110101 100100 1001110

Color Harmonies of #B2DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DADB

Black with #B2DADB

Text Example


Text Example

White with #B2DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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