Html Css Color HEX #B1DBDC Powder Blue

📋 copy color: '#B1DBDC'

red 177 ◦ green 219 ◦ blue 220

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

Shades of Powder Blue #B1DBDC

Tints of Powder Blue #B1DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.55%

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

R = 28.73%
G = 35.55%
B = 35.71%

CMYK

 C value IS 0.20

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1DBDC (or 0xB1DBDC) is known color: Powder Blue. HEX triplet: B1, DB and DC. RGB value is (177,219,220). Sum of RGB (Red+Green+Blue) = 177+219+220=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBDC is #4E2423. Grayscale: #CECECE. Windows color (decimal): -5121060 or 14474161. OLE color: 14474161.

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

Color convert

RGB 177 219 220 -
CMYK 0.20 0.00 0 0.14
HSL 181.4º 0.38% 0.78% -
HSV(B) 181.4º 0.2% 0.86% -
XYZ 56.38 65.18 77.32 -
YUV 206.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 177 219 220 0.20 0.00 0 0.14 181.4 0.38 0.78
Hex B1 DB DC 14 0 0 E B5 26 4E
Octal 261 333 334 24 0 0 16 265 46 116
Binary 10110001 11011011 11011100 10100 0 0 1110 10110101 100110 1001110

Color Harmonies of #B1DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBDC

Black with #B1DBDC

Text Example


Text Example

White with #B1DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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