Html Css Color HEX #B6B9E5 Perano

📋 copy color: '#B6B9E5'

red 182 ◦ green 185 ◦ blue 229

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

Shades of Perano #B6B9E5

Tints of Perano #B6B9E5

RGB

 RED value IS 182 (71.48% from 255) = 30.54%

 GREEN value IS 185 (72.66% from 255) = 31.04%

 BLUE value IS 229 (89.84% from 255) = 38.42%

R = 30.54%
G = 31.04%
B = 38.42%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B6B9E5 (or 0xB6B9E5) is known color: Perano. HEX triplet: B6, B9 and E5. RGB value is (182,185,229). Sum of RGB (Red+Green+Blue) = 182+185+229=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #B6B9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B9E5 is #49461A. Grayscale: #BCBCBC. Windows color (decimal): -4802075 or 15055286. OLE color: 15055286.

HSL color Cylindrical-coordinate representation of color #B6B9E5: hue angle of 236.17º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6B9E5 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 185 229 -
CMYK 0.21 0.19 0 0.10
HSL 236.17º 0.47% 0.81% -
HSV(B) 236.17º 0.21% 0.9% -
XYZ 50.78 50.3 81.16 -
YUV 189.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 182 185 229 0.21 0.19 0 0.10 236.17 0.47 0.81
Hex B6 B9 E5 15 13 0 A EC 2F 51
Octal 266 271 345 25 23 0 12 354 57 121
Binary 10110110 10111001 11100101 10101 10011 0 1010 11101100 101111 1010001

Color Harmonies of #B6B9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B9E5

Black with #B6B9E5

Text Example


Text Example

White with #B6B9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B9E5; }

 p { color: rgb(182,185,229); }

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

background-color css

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

 a { background-color: rgb(182,185,229); }

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

border-color css

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

 span { border-color: rgb(182,185,229); }

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