Html Css Color HEX #B0DDE6 Powder Blue

📋 copy color: '#B0DDE6'

red 176 ◦ green 221 ◦ blue 230

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

Shades of Powder Blue #B0DDE6

Tints of Powder Blue #B0DDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.68%

R = 28.07%
G = 35.25%
B = 36.68%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B0DDE6 (or 0xB0DDE6) is known color: Powder Blue. HEX triplet: B0, DD and E6. RGB value is (176,221,230). Sum of RGB (Red+Green+Blue) = 176+221+230=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #B0DDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DDE6 is #4F2219. Grayscale: #D0D0D0. Windows color (decimal): -5186074 or 15130032. OLE color: 15130032.

HSL color Cylindrical-coordinate representation of color #B0DDE6: hue angle of 190º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0DDE6 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 221 230 -
CMYK 0.23 0.04 0 0.10
HSL 190º 0.52% 0.8% -
HSV(B) 190º 0.23% 0.9% -
XYZ 58.04 66.66 84.67 -
YUV 208.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 176 221 230 0.23 0.04 0 0.10 190 0.52 0.8
Hex B0 DD E6 17 4 0 A BE 34 50
Octal 260 335 346 27 4 0 12 276 64 120
Binary 10110000 11011101 11100110 10111 100 0 1010 10111110 110100 1010000

Color Harmonies of #B0DDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDE6

Black with #B0DDE6

Text Example


Text Example

White with #B0DDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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