Html Css Color HEX #B1DBDE Powder Blue

📋 copy color: '#B1DBDE'

red 177 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #B1DBDE

Tints of Powder Blue #B1DBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 28.64%
G = 35.44%
B = 35.92%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1DBDE (or 0xB1DBDE) is known color: Powder Blue. HEX triplet: B1, DB and DE. RGB value is (177,219,222). Sum of RGB (Red+Green+Blue) = 177+219+222=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBDE is #4E2421. Grayscale: #CECECE. Windows color (decimal): -5121058 or 14605233. OLE color: 14605233.

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

Color convert

RGB 177 219 222 -
CMYK 0.20 0.01 0 0.13
HSL 184º 0.41% 0.78% -
HSV(B) 184º 0.2% 0.87% -
XYZ 56.65 65.28 78.72 -
YUV 206.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 177 219 222 0.20 0.01 0 0.13 184 0.41 0.78
Hex B1 DB DE 14 1 0 D B8 29 4E
Octal 261 333 336 24 1 0 15 270 51 116
Binary 10110001 11011011 11011110 10100 1 0 1101 10111000 101001 1001110

Color Harmonies of #B1DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBDE

Black with #B1DBDE

Text Example


Text Example

White with #B1DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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