Html Css Color HEX #B0DDDE Powder Blue

📋 copy color: '#B0DDDE'

red 176 ◦ green 221 ◦ blue 222

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

Shades of Powder Blue #B0DDDE

Tints of Powder Blue #B0DDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.7%

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

R = 28.43%
G = 35.7%
B = 35.86%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0DDDE (or 0xB0DDDE) is known color: Powder Blue. HEX triplet: B0, DD and DE. RGB value is (176,221,222). Sum of RGB (Red+Green+Blue) = 176+221+222=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 221 (86.72% from 255 or 35.70% 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 #B0DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDDE is #4F2221. Grayscale: #CFCFCF. Windows color (decimal): -5186082 or 14605744. OLE color: 14605744.

HSL color Cylindrical-coordinate representation of color #B0DDDE: hue angle of 181.3º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DDDE is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 222 -
CMYK 0.21 0.00 0 0.13
HSL 181.3º 0.41% 0.78% -
HSV(B) 181.3º 0.21% 0.87% -
XYZ 56.95 66.22 78.89 -
YUV 207.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 176 221 222 0.21 0.00 0 0.13 181.3 0.41 0.78
Hex B0 DD DE 15 0 0 D B5 29 4E
Octal 260 335 336 25 0 0 15 265 51 116
Binary 10110000 11011101 11011110 10101 0 0 1101 10110101 101001 1001110

Color Harmonies of #B0DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDDE

Black with #B0DDDE

Text Example


Text Example

White with #B0DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDDE; }

 p { color: rgb(176,221,222); }

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

background-color css

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

 a { background-color: rgb(176,221,222); }

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

border-color css

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

 span { border-color: rgb(176,221,222); }

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