Html Css Color HEX #B1DBE0 Powder Blue

📋 copy color: '#B1DBE0'

red 177 ◦ green 219 ◦ blue 224

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

Shades of Powder Blue #B1DBE0

Tints of Powder Blue #B1DBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.32%

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 28.55%
G = 35.32%
B = 36.13%

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

#B1DBE0 (or 0xB1DBE0) is known color: Powder Blue. HEX triplet: B1, DB and E0. RGB value is (177,219,224). Sum of RGB (Red+Green+Blue) = 177+219+224=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #B1DBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBE0 is #4E241F. Grayscale: #CECECE. Windows color (decimal): -5121056 or 14736305. OLE color: 14736305.

HSL color Cylindrical-coordinate representation of color #B1DBE0: hue angle of 186.38º degrees, saturation: 0.43, 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 #B1DBE0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 219 224 -
CMYK 0.21 0.02 0 0.12
HSL 186.38º 0.43% 0.79% -
HSV(B) 186.38º 0.21% 0.88% -
XYZ 56.92 65.39 80.14 -
YUV 207.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 177 219 224 0.21 0.02 0 0.12 186.38 0.43 0.79
Hex B1 DB E0 15 2 0 C BA 2B 4F
Octal 261 333 340 25 2 0 14 272 53 117
Binary 10110001 11011011 11100000 10101 10 0 1100 10111010 101011 1001111

Color Harmonies of #B1DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBE0

Black with #B1DBE0

Text Example


Text Example

White with #B1DBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBE0; }

 p { color: rgb(177,219,224); }

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

background-color css

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

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

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

border-color css

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

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

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