Html Css Color HEX #B9C0D9 Perano

📋 copy color: '#B9C0D9'

red 185 ◦ green 192 ◦ blue 217

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

Shades of Perano #B9C0D9

Tints of Perano #B9C0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.53%

R = 31.14%
G = 32.32%
B = 36.53%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B9C0D9 (or 0xB9C0D9) is known color: Perano. HEX triplet: B9, C0 and D9. RGB value is (185,192,217). Sum of RGB (Red+Green+Blue) = 185+192+217=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #B9C0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0D9 is #463F26. Grayscale: #C0C0C0. Windows color (decimal): -4603687 or 14270649. OLE color: 14270649.

HSL color Cylindrical-coordinate representation of color #B9C0D9: hue angle of 226.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9C0D9 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 192 217 -
CMYK 0.15 0.12 0 0.15
HSL 226.88º 0.3% 0.79% -
HSV(B) 226.88º 0.15% 0.85% -
XYZ 51.38 53.02 73.17 -
YUV 192.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 185 192 217 0.15 0.12 0 0.15 226.88 0.3 0.79
Hex B9 C0 D9 F C 0 F E3 1E 4F
Octal 271 300 331 17 14 0 17 343 36 117
Binary 10111001 11000000 11011001 1111 1100 0 1111 11100011 11110 1001111

Color Harmonies of #B9C0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0D9

Black with #B9C0D9

Text Example


Text Example

White with #B9C0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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