Html Css Color HEX #B0DBDC Powder Blue

📋 copy color: '#B0DBDC'

red 176 ◦ green 219 ◦ blue 220

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

Shades of Powder Blue #B0DBDC

Tints of Powder Blue #B0DBDC

RGB

 RED value IS 176 (69.14% from 255) = 28.62%

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

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

R = 28.62%
G = 35.61%
B = 35.77%

CMYK

 C value IS 0.2

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0DBDC (or 0xB0DBDC) is known color: Powder Blue. HEX triplet: B0, DB and DC. RGB value is (176,219,220). Sum of RGB (Red+Green+Blue) = 176+219+220=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBDC is #4F2423. Grayscale: #CECECE. Windows color (decimal): -5186596 or 14474160. OLE color: 14474160.

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

Color convert

RGB 176 219 220 -
CMYK 0.2 0.00 0 0.14
HSL 181.36º 0.39% 0.78% -
HSV(B) 181.36º 0.2% 0.86% -
XYZ 56.15 65.06 77.31 -
YUV 206.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 176 219 220 0.2 0.00 0 0.14 181.36 0.39 0.78
Hex B0 DB DC 14 0 0 E B5 27 4E
Octal 260 333 334 24 0 0 16 265 47 116
Binary 10110000 11011011 11011100 10100 0 0 1110 10110101 100111 1001110

Color Harmonies of #B0DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBDC

Black with #B0DBDC

Text Example


Text Example

White with #B0DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBDC; }

 p { color: rgb(176,219,220); }

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

background-color css

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

 a { background-color: rgb(176,219,220); }

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

border-color css

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

 span { border-color: rgb(176,219,220); }

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