Html Css Color HEX #B1DEDD Powder Blue

📋 copy color: '#B1DEDD'

red 177 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #B1DEDD

Tints of Powder Blue #B1DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.81%

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

R = 28.55%
G = 35.81%
B = 35.65%

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

#B1DEDD (or 0xB1DEDD) is known color: Powder Blue. HEX triplet: B1, DE and DD. RGB value is (177,222,221). Sum of RGB (Red+Green+Blue) = 177+222+221=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEDD is #4E2122. Grayscale: #D0D0D0. Windows color (decimal): -5120291 or 14540465. OLE color: 14540465.

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

Color convert

RGB 177 222 221 -
CMYK 0.20 0 0.00 0.13
HSL 178.67º 0.41% 0.78% -
HSV(B) 178.67º 0.2% 0.87% -
XYZ 57.3 66.81 78.28 -
YUV 208.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 177 222 221 0.20 0 0.00 0.13 178.67 0.41 0.78
Hex B1 DE DD 14 0 0 D B3 29 4E
Octal 261 336 335 24 0 0 15 263 51 116
Binary 10110001 11011110 11011101 10100 0 0 1101 10110011 101001 1001110

Color Harmonies of #B1DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEDD

Black with #B1DEDD

Text Example


Text Example

White with #B1DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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