Html Css Color HEX #B6B9EC Perano

📋 copy color: '#B6B9EC'

red 182 ◦ green 185 ◦ blue 236

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

Shades of Perano #B6B9EC

Tints of Perano #B6B9EC

RGB

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

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

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

R = 30.18%
G = 30.68%
B = 39.14%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6B9EC (or 0xB6B9EC) is known color: Perano. HEX triplet: B6, B9 and EC. RGB value is (182,185,236). Sum of RGB (Red+Green+Blue) = 182+185+236=603 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.18% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B9EC is #494613. Grayscale: #BDBDBD. Windows color (decimal): -4802068 or 15514038. OLE color: 15514038.

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

Color convert

RGB 182 185 236 -
CMYK 0.23 0.22 0 0.07
HSL 236.67º 0.59% 0.82% -
HSV(B) 236.67º 0.23% 0.93% -
XYZ 51.78 50.7 86.41 -
YUV 189.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 182 185 236 0.23 0.22 0 0.07 236.67 0.59 0.82
Hex B6 B9 EC 17 16 0 7 ED 3B 52
Octal 266 271 354 27 26 0 7 355 73 122
Binary 10110110 10111001 11101100 10111 10110 0 111 11101101 111011 1010010

Color Harmonies of #B6B9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B9EC

Black with #B6B9EC

Text Example


Text Example

White with #B6B9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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