Html Css Color HEX #B1DDDD Powder Blue

📋 copy color: '#B1DDDD'

red 177 ◦ green 221 ◦ blue 221

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

Shades of Powder Blue #B1DDDD

Tints of Powder Blue #B1DDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.7%

R = 28.59%
G = 35.7%
B = 35.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1DDDD (or 0xB1DDDD) is known color: Powder Blue. HEX triplet: B1, DD and DD. RGB value is (177,221,221). Sum of RGB (Red+Green+Blue) = 177+221+221=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #B1DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDDD is #4E2222. Grayscale: #CFCFCF. Windows color (decimal): -5120547 or 14540209. OLE color: 14540209.

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

Color convert

RGB 177 221 221 -
CMYK 0.20 0 0 0.13
HSL 180º 0.39% 0.78% -
HSV(B) 180º 0.2% 0.87% -
XYZ 57.04 66.28 78.19 -
YUV 207.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 177 221 221 0.20 0 0 0.13 180 0.39 0.78
Hex B1 DD DD 14 0 0 D B4 27 4E
Octal 261 335 335 24 0 0 15 264 47 116
Binary 10110001 11011101 11011101 10100 0 0 1101 10110100 100111 1001110

Color Harmonies of #B1DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDDD

Black with #B1DDDD

Text Example


Text Example

White with #B1DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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