Html Css Color HEX #B1D7DC Powder Blue

📋 copy color: '#B1D7DC'

red 177 ◦ green 215 ◦ blue 220

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

Shades of Powder Blue #B1D7DC

Tints of Powder Blue #B1D7DC

RGB

 RED value IS 177 (69.53% from 255) = 28.92%

 GREEN value IS 215 (84.38% from 255) = 35.13%

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

R = 28.92%
G = 35.13%
B = 35.95%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1D7DC (or 0xB1D7DC) is known color: Powder Blue. HEX triplet: B1, D7 and DC. RGB value is (177,215,220). Sum of RGB (Red+Green+Blue) = 177+215+220=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D7DC is #4E2823. Grayscale: #CCCCCC. Windows color (decimal): -5122084 or 14473137. OLE color: 14473137.

HSL color Cylindrical-coordinate representation of color #B1D7DC: hue angle of 186.98º degrees, saturation: 0.38, 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 #B1D7DC is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 215 220 -
CMYK 0.20 0.02 0 0.14
HSL 186.98º 0.38% 0.78% -
HSV(B) 186.98º 0.2% 0.86% -
XYZ 55.35 63.12 76.98 -
YUV 204.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 177 215 220 0.20 0.02 0 0.14 186.98 0.38 0.78
Hex B1 D7 DC 14 2 0 E BB 26 4E
Octal 261 327 334 24 2 0 16 273 46 116
Binary 10110001 11010111 11011100 10100 10 0 1110 10111011 100110 1001110

Color Harmonies of #B1D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D7DC

Black with #B1D7DC

Text Example


Text Example

White with #B1D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D7DC; }

 p { color: rgb(177,215,220); }

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

background-color css

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

 a { background-color: rgb(177,215,220); }

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

border-color css

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

 span { border-color: rgb(177,215,220); }

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