Html Css Color HEX #B9BCEB Perano

📋 copy color: '#B9BCEB'

red 185 ◦ green 188 ◦ blue 235

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

Shades of Perano #B9BCEB

Tints of Perano #B9BCEB

RGB

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

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

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

R = 30.43%
G = 30.92%
B = 38.65%

CMYK

 C value IS 0.21

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9BCEB (or 0xB9BCEB) is known color: Perano. HEX triplet: B9, BC and EB. RGB value is (185,188,235). Sum of RGB (Red+Green+Blue) = 185+188+235=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCEB is #464314. Grayscale: #C0C0C0. Windows color (decimal): -4604693 or 15449273. OLE color: 15449273.

HSL color Cylindrical-coordinate representation of color #B9BCEB: hue angle of 236.4º 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 #B9BCEB is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 188 235 -
CMYK 0.21 0.2 0 0.08
HSL 236.4º 0.56% 0.82% -
HSV(B) 236.4º 0.21% 0.92% -
XYZ 52.99 52.28 85.9 -
YUV 192.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 185 188 235 0.21 0.2 0 0.08 236.4 0.56 0.82
Hex B9 BC EB 15 14 0 8 EC 38 52
Octal 271 274 353 25 24 0 10 354 70 122
Binary 10111001 10111100 11101011 10101 10100 0 1000 11101100 111000 1010010

Color Harmonies of #B9BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCEB

Black with #B9BCEB

Text Example


Text Example

White with #B9BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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