Html Css Color HEX #B9C0EB Perano

📋 copy color: '#B9C0EB'

red 185 ◦ green 192 ◦ blue 235

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

Shades of Perano #B9C0EB

Tints of Perano #B9C0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.4%

R = 30.23%
G = 31.37%
B = 38.4%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9C0EB (or 0xB9C0EB) is known color: Perano. HEX triplet: B9, C0 and EB. RGB value is (185,192,235). Sum of RGB (Red+Green+Blue) = 185+192+235=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C0EB is #463F14. Grayscale: #C2C2C2. Windows color (decimal): -4603669 or 15450297. OLE color: 15450297.

HSL color Cylindrical-coordinate representation of color #B9C0EB: hue angle of 231.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9C0EB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 192 235 -
CMYK 0.21 0.18 0 0.08
HSL 231.6º 0.56% 0.82% -
HSV(B) 231.6º 0.21% 0.92% -
XYZ 53.85 54.01 86.18 -
YUV 194.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 185 192 235 0.21 0.18 0 0.08 231.6 0.56 0.82
Hex B9 C0 EB 15 12 0 8 E8 38 52
Octal 271 300 353 25 22 0 10 350 70 122
Binary 10111001 11000000 11101011 10101 10010 0 1000 11101000 111000 1010010

Color Harmonies of #B9C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0EB

Black with #B9C0EB

Text Example


Text Example

White with #B9C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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