Html Css Color HEX #B9C0DC Perano

📋 copy color: '#B9C0DC'

red 185 ◦ green 192 ◦ blue 220

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

Shades of Perano #B9C0DC

Tints of Perano #B9C0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 30.99%
G = 32.16%
B = 36.85%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9C0DC (or 0xB9C0DC) is known color: Perano. HEX triplet: B9, C0 and DC. RGB value is (185,192,220). Sum of RGB (Red+Green+Blue) = 185+192+220=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0DC is #463F23. Grayscale: #C0C0C0. Windows color (decimal): -4603684 or 14467257. OLE color: 14467257.

HSL color Cylindrical-coordinate representation of color #B9C0DC: hue angle of 228º degrees, saturation: 0.33, 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 #B9C0DC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 192 220 -
CMYK 0.16 0.13 0 0.14
HSL 228º 0.33% 0.79% -
HSV(B) 228º 0.16% 0.86% -
XYZ 51.78 53.18 75.25 -
YUV 193.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 185 192 220 0.16 0.13 0 0.14 228 0.33 0.79
Hex B9 C0 DC 10 D 0 E E4 21 4F
Octal 271 300 334 20 15 0 16 344 41 117
Binary 10111001 11000000 11011100 10000 1101 0 1110 11100100 100001 1001111

Color Harmonies of #B9C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0DC

Black with #B9C0DC

Text Example


Text Example

White with #B9C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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