Html Css Color HEX #B0DCE1 Powder Blue

📋 copy color: '#B0DCE1'

red 176 ◦ green 220 ◦ blue 225

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

Shades of Powder Blue #B0DCE1

Tints of Powder Blue #B0DCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.43%

 BLUE value IS 225 (88.28% from 255) = 36.23%

R = 28.34%
G = 35.43%
B = 36.23%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B0DCE1 (or 0xB0DCE1) is known color: Powder Blue. HEX triplet: B0, DC and E1. RGB value is (176,220,225). Sum of RGB (Red+Green+Blue) = 176+220+225=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0DCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCE1 is #4F231E. Grayscale: #CFCFCF. Windows color (decimal): -5186335 or 14802096. OLE color: 14802096.

HSL color Cylindrical-coordinate representation of color #B0DCE1: hue angle of 186.12º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0DCE1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 220 225 -
CMYK 0.22 0.02 0 0.12
HSL 186.12º 0.45% 0.79% -
HSV(B) 186.12º 0.22% 0.88% -
XYZ 57.09 65.85 80.94 -
YUV 207.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 176 220 225 0.22 0.02 0 0.12 186.12 0.45 0.79
Hex B0 DC E1 16 2 0 C BA 2D 4F
Octal 260 334 341 26 2 0 14 272 55 117
Binary 10110000 11011100 11100001 10110 10 0 1100 10111010 101101 1001111

Color Harmonies of #B0DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCE1

Black with #B0DCE1

Text Example


Text Example

White with #B0DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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