Html Css Color HEX #B9BEEC Perano

📋 copy color: '#B9BEEC'

red 185 ◦ green 190 ◦ blue 236

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

Shades of Perano #B9BEEC

Tints of Perano #B9BEEC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.1%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 30.28%
G = 31.1%
B = 38.63%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9BEEC (or 0xB9BEEC) is known color: Perano. HEX triplet: B9, BE and EC. RGB value is (185,190,236). Sum of RGB (Red+Green+Blue) = 185+190+236=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BEEC is #464113. Grayscale: #C1C1C1. Windows color (decimal): -4604180 or 15515321. OLE color: 15515321.

HSL color Cylindrical-coordinate representation of color #B9BEEC: hue angle of 234.12º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9BEEC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 190 236 -
CMYK 0.22 0.19 0 0.07
HSL 234.12º 0.57% 0.83% -
HSV(B) 234.12º 0.22% 0.93% -
XYZ 53.56 53.2 86.8 -
YUV 193.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 185 190 236 0.22 0.19 0 0.07 234.12 0.57 0.83
Hex B9 BE EC 16 13 0 7 EA 39 53
Octal 271 276 354 26 23 0 7 352 71 123
Binary 10111001 10111110 11101100 10110 10011 0 111 11101010 111001 1010011

Color Harmonies of #B9BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEEC

Black with #B9BEEC

Text Example


Text Example

White with #B9BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BEEC; }

 p { color: rgb(185,190,236); }

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

background-color css

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

 a { background-color: rgb(185,190,236); }

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

border-color css

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

 span { border-color: rgb(185,190,236); }

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