Html Css Color HEX #B1DBDD Powder Blue

📋 copy color: '#B1DBDD'

red 177 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #B1DBDD

Tints of Powder Blue #B1DBDD

RGB

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

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

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

R = 28.69%
G = 35.49%
B = 35.82%

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

#B1DBDD (or 0xB1DBDD) is known color: Powder Blue. HEX triplet: B1, DB and DD. RGB value is (177,219,221). Sum of RGB (Red+Green+Blue) = 177+219+221=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBDD is #4E2422. Grayscale: #CECECE. Windows color (decimal): -5121059 or 14539697. OLE color: 14539697.

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

Color convert

RGB 177 219 221 -
CMYK 0.20 0.01 0 0.13
HSL 182.73º 0.39% 0.78% -
HSV(B) 182.73º 0.2% 0.87% -
XYZ 56.51 65.23 78.02 -
YUV 206.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 177 219 221 0.20 0.01 0 0.13 182.73 0.39 0.78
Hex B1 DB DD 14 1 0 D B7 27 4E
Octal 261 333 335 24 1 0 15 267 47 116
Binary 10110001 11011011 11011101 10100 1 0 1101 10110111 100111 1001110

Color Harmonies of #B1DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBDD

Black with #B1DBDD

Text Example


Text Example

White with #B1DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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