Html Css Color HEX #B1DCDC Powder Blue

📋 copy color: '#B1DCDC'

red 177 ◦ green 220 ◦ blue 220

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

Shades of Powder Blue #B1DCDC

Tints of Powder Blue #B1DCDC

RGB

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

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

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

R = 28.69%
G = 35.66%
B = 35.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1DCDC (or 0xB1DCDC) is known color: Powder Blue. HEX triplet: B1, DC and DC. RGB value is (177,220,220). Sum of RGB (Red+Green+Blue) = 177+220+220=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B1DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCDC is #4E2323. Grayscale: #CFCFCF. Windows color (decimal): -5120804 or 14474417. OLE color: 14474417.

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

Color convert

RGB 177 220 220 -
CMYK 0.20 0 0 0.14
HSL 180º 0.38% 0.78% -
HSV(B) 180º 0.2% 0.86% -
XYZ 56.64 65.7 77.41 -
YUV 207.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 177 220 220 0.20 0 0 0.14 180 0.38 0.78
Hex B1 DC DC 14 0 0 E B4 26 4E
Octal 261 334 334 24 0 0 16 264 46 116
Binary 10110001 11011100 11011100 10100 0 0 1110 10110100 100110 1001110

Color Harmonies of #B1DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCDC

Black with #B1DCDC

Text Example


Text Example

White with #B1DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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