Html Css Color HEX #B9C0DB Perano

📋 copy color: '#B9C0DB'

red 185 ◦ green 192 ◦ blue 219

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

Shades of Perano #B9C0DB

Tints of Perano #B9C0DB

RGB

 RED value IS 185 (72.66% from 255) = 31.04%

 GREEN value IS 192 (75.39% from 255) = 32.21%

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

R = 31.04%
G = 32.21%
B = 36.74%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9C0DB (or 0xB9C0DB) is known color: Perano. HEX triplet: B9, C0 and DB. RGB value is (185,192,219). Sum of RGB (Red+Green+Blue) = 185+192+219=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0DB is #463F24. Grayscale: #C0C0C0. Windows color (decimal): -4603685 or 14401721. OLE color: 14401721.

HSL color Cylindrical-coordinate representation of color #B9C0DB: hue angle of 227.65º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9C0DB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 192 219 -
CMYK 0.16 0.12 0 0.14
HSL 227.65º 0.32% 0.79% -
HSV(B) 227.65º 0.16% 0.86% -
XYZ 51.64 53.13 74.55 -
YUV 192.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 185 192 219 0.16 0.12 0 0.14 227.65 0.32 0.79
Hex B9 C0 DB 10 C 0 E E4 20 4F
Octal 271 300 333 20 14 0 16 344 40 117
Binary 10111001 11000000 11011011 10000 1100 0 1110 11100100 100000 1001111

Color Harmonies of #B9C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0DB

Black with #B9C0DB

Text Example


Text Example

White with #B9C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0DB; }

 p { color: rgb(185,192,219); }

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

background-color css

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

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

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

border-color css

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

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

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