Html Css Color HEX #B1DBDB Powder Blue

📋 copy color: '#B1DBDB'

red 177 ◦ green 219 ◦ blue 219

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

Shades of Powder Blue #B1DBDB

Tints of Powder Blue #B1DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 28.78%
G = 35.61%
B = 35.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1DBDB (or 0xB1DBDB) is known color: Powder Blue. HEX triplet: B1, DB and DB. RGB value is (177,219,219). Sum of RGB (Red+Green+Blue) = 177+219+219=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B1DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBDB is #4E2424. Grayscale: #CECECE. Windows color (decimal): -5121061 or 14408625. OLE color: 14408625.

HSL color Cylindrical-coordinate representation of color #B1DBDB: hue angle of 180º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DBDB is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 219 219 -
CMYK 0.19 0 0 0.14
HSL 180º 0.37% 0.78% -
HSV(B) 180º 0.19% 0.86% -
XYZ 56.25 65.12 76.62 -
YUV 206.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 177 219 219 0.19 0 0 0.14 180 0.37 0.78
Hex B1 DB DB 13 0 0 E B4 25 4E
Octal 261 333 333 23 0 0 16 264 45 116
Binary 10110001 11011011 11011011 10011 0 0 1110 10110100 100101 1001110

Color Harmonies of #B1DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBDB

Black with #B1DBDB

Text Example


Text Example

White with #B1DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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