Html Css Color HEX #B2DBDE Powder Blue

📋 copy color: '#B2DBDE'

red 178 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #B2DBDE

Tints of Powder Blue #B2DBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.38%

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

R = 28.76%
G = 35.38%
B = 35.86%

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

#B2DBDE (or 0xB2DBDE) is known color: Powder Blue. HEX triplet: B2, DB and DE. RGB value is (178,219,222). Sum of RGB (Red+Green+Blue) = 178+219+222=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBDE is #4D2421. Grayscale: #CFCFCF. Windows color (decimal): -5055522 or 14605234. OLE color: 14605234.

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

Color convert

RGB 178 219 222 -
CMYK 0.20 0.01 0 0.13
HSL 184.09º 0.4% 0.78% -
HSV(B) 184.09º 0.2% 0.87% -
XYZ 56.88 65.4 78.73 -
YUV 207.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 178 219 222 0.20 0.01 0 0.13 184.09 0.4 0.78
Hex B2 DB DE 14 1 0 D B8 28 4E
Octal 262 333 336 24 1 0 15 270 50 116
Binary 10110010 11011011 11011110 10100 1 0 1101 10111000 101000 1001110

Color Harmonies of #B2DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBDE

Black with #B2DBDE

Text Example


Text Example

White with #B2DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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