Html Css Color HEX #B9BCE8 Perano

📋 copy color: '#B9BCE8'

red 185 ◦ green 188 ◦ blue 232

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

Shades of Perano #B9BCE8

Tints of Perano #B9BCE8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.07%

 BLUE value IS 232 (91.02% from 255) = 38.35%

R = 30.58%
G = 31.07%
B = 38.35%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B9BCE8 (or 0xB9BCE8) is known color: Perano. HEX triplet: B9, BC and E8. RGB value is (185,188,232). Sum of RGB (Red+Green+Blue) = 185+188+232=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9BCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCE8 is #464317. Grayscale: #BFBFBF. Windows color (decimal): -4604696 or 15252665. OLE color: 15252665.

HSL color Cylindrical-coordinate representation of color #B9BCE8: hue angle of 236.17º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9BCE8 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 188 232 -
CMYK 0.20 0.19 0 0.09
HSL 236.17º 0.51% 0.82% -
HSV(B) 236.17º 0.2% 0.91% -
XYZ 52.56 52.11 83.63 -
YUV 192.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 185 188 232 0.20 0.19 0 0.09 236.17 0.51 0.82
Hex B9 BC E8 14 13 0 9 EC 33 52
Octal 271 274 350 24 23 0 11 354 63 122
Binary 10111001 10111100 11101000 10100 10011 0 1001 11101100 110011 1010010

Color Harmonies of #B9BCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCE8

Black with #B9BCE8

Text Example


Text Example

White with #B9BCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCE8; }

 p { color: rgb(185,188,232); }

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

background-color css

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

 a { background-color: rgb(185,188,232); }

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

border-color css

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

 span { border-color: rgb(185,188,232); }

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