Html Css Color HEX #B0D9DC Powder Blue

📋 copy color: '#B0D9DC'

red 176 ◦ green 217 ◦ blue 220

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

Shades of Powder Blue #B0D9DC

Tints of Powder Blue #B0D9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.4%

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

R = 28.71%
G = 35.4%
B = 35.89%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0D9DC (or 0xB0D9DC) is known color: Powder Blue. HEX triplet: B0, D9 and DC. RGB value is (176,217,220). Sum of RGB (Red+Green+Blue) = 176+217+220=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D9DC is #4F2623. Grayscale: #CDCDCD. Windows color (decimal): -5187108 or 14473648. OLE color: 14473648.

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

Color convert

RGB 176 217 220 -
CMYK 0.2 0.01 0 0.14
HSL 184.09º 0.39% 0.78% -
HSV(B) 184.09º 0.2% 0.86% -
XYZ 55.64 64.02 77.14 -
YUV 205.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 176 217 220 0.2 0.01 0 0.14 184.09 0.39 0.78
Hex B0 D9 DC 14 1 0 E B8 27 4E
Octal 260 331 334 24 1 0 16 270 47 116
Binary 10110000 11011001 11011100 10100 1 0 1110 10111000 100111 1001110

Color Harmonies of #B0D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D9DC

Black with #B0D9DC

Text Example


Text Example

White with #B0D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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