Html Css Color HEX #B0D8DA Powder Blue

📋 copy color: '#B0D8DA'

red 176 ◦ green 216 ◦ blue 218

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

Shades of Powder Blue #B0D8DA

Tints of Powder Blue #B0D8DA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.41%

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 28.85%
G = 35.41%
B = 35.74%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B0D8DA (or 0xB0D8DA) is known color: Powder Blue. HEX triplet: B0, D8 and DA. RGB value is (176,216,218). Sum of RGB (Red+Green+Blue) = 176+216+218=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0D8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8DA is #4F2725. Grayscale: #CCCCCC. Windows color (decimal): -5187366 or 14342320. OLE color: 14342320.

HSL color Cylindrical-coordinate representation of color #B0D8DA: hue angle of 182.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8DA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 216 218 -
CMYK 0.19 0.01 0 0.15
HSL 182.86º 0.36% 0.77% -
HSV(B) 182.86º 0.19% 0.85% -
XYZ 55.12 63.4 75.66 -
YUV 204.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 176 216 218 0.19 0.01 0 0.15 182.86 0.36 0.77
Hex B0 D8 DA 13 1 0 F B7 24 4D
Octal 260 330 332 23 1 0 17 267 44 115
Binary 10110000 11011000 11011010 10011 1 0 1111 10110111 100100 1001101

Color Harmonies of #B0D8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D8DA

Black with #B0D8DA

Text Example


Text Example

White with #B0D8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D8DA; }

 p { color: rgb(176,216,218); }

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

background-color css

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

 a { background-color: rgb(176,216,218); }

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

border-color css

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

 span { border-color: rgb(176,216,218); }

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