Html Css Color HEX #B1DDDC Powder Blue

📋 copy color: '#B1DDDC'

red 177 ◦ green 221 ◦ blue 220

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

Shades of Powder Blue #B1DDDC

Tints of Powder Blue #B1DDDC

RGB

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

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

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

R = 28.64%
G = 35.76%
B = 35.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#B1DDDC (or 0xB1DDDC) is known color: Powder Blue. HEX triplet: B1, DD and DC. RGB value is (177,221,220). Sum of RGB (Red+Green+Blue) = 177+221+220=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDDC is #4E2223. Grayscale: #CFCFCF. Windows color (decimal): -5120548 or 14474673. OLE color: 14474673.

HSL color Cylindrical-coordinate representation of color #B1DDDC: hue angle of 178.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DDDC is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 221 220 -
CMYK 0.20 0 0.00 0.13
HSL 178.64º 0.39% 0.78% -
HSV(B) 178.64º 0.2% 0.87% -
XYZ 56.91 66.23 77.49 -
YUV 207.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 177 221 220 0.20 0 0.00 0.13 178.64 0.39 0.78
Hex B1 DD DC 14 0 0 D B3 27 4E
Octal 261 335 334 24 0 0 15 263 47 116
Binary 10110001 11011101 11011100 10100 0 0 1101 10110011 100111 1001110

Color Harmonies of #B1DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDDC

Black with #B1DDDC

Text Example


Text Example

White with #B1DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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