Html Css Color HEX #B1DDE1 Powder Blue

📋 copy color: '#B1DDE1'

red 177 ◦ green 221 ◦ blue 225

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

Shades of Powder Blue #B1DDE1

Tints of Powder Blue #B1DDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.12%

R = 28.41%
G = 35.47%
B = 36.12%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B1DDE1 (or 0xB1DDE1) is known color: Powder Blue. HEX triplet: B1, DD and E1. RGB value is (177,221,225). Sum of RGB (Red+Green+Blue) = 177+221+225=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1DDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDE1 is #4E221E. Grayscale: #D0D0D0. Windows color (decimal): -5120543 or 14802353. OLE color: 14802353.

HSL color Cylindrical-coordinate representation of color #B1DDE1: hue angle of 185º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DDE1 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 221 225 -
CMYK 0.21 0.02 0 0.12
HSL 185º 0.44% 0.79% -
HSV(B) 185º 0.21% 0.88% -
XYZ 57.58 66.5 81.03 -
YUV 208.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 177 221 225 0.21 0.02 0 0.12 185 0.44 0.79
Hex B1 DD E1 15 2 0 C B9 2C 4F
Octal 261 335 341 25 2 0 14 271 54 117
Binary 10110001 11011101 11100001 10101 10 0 1100 10111001 101100 1001111

Color Harmonies of #B1DDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDE1

Black with #B1DDE1

Text Example


Text Example

White with #B1DDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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