Html Css Color HEX #B6C0EC Perano

📋 copy color: '#B6C0EC'

red 182 ◦ green 192 ◦ blue 236

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

Shades of Perano #B6C0EC

Tints of Perano #B6C0EC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.48%

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

R = 29.84%
G = 31.48%
B = 38.69%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6C0EC (or 0xB6C0EC) is known color: Perano. HEX triplet: B6, C0 and EC. RGB value is (182,192,236). Sum of RGB (Red+Green+Blue) = 182+192+236=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C0EC is #493F13. Grayscale: #C1C1C1. Windows color (decimal): -4800276 or 15515830. OLE color: 15515830.

HSL color Cylindrical-coordinate representation of color #B6C0EC: hue angle of 228.89º 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 #B6C0EC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 192 236 -
CMYK 0.23 0.19 0 0.07
HSL 228.89º 0.59% 0.82% -
HSV(B) 228.89º 0.23% 0.93% -
XYZ 53.28 53.7 86.91 -
YUV 194.03 151.69 119.42 -
System Red Green Blue C M Y K H S L
Decimal 182 192 236 0.23 0.19 0 0.07 228.89 0.59 0.82
Hex B6 C0 EC 17 13 0 7 E5 3B 52
Octal 266 300 354 27 23 0 7 345 73 122
Binary 10110110 11000000 11101100 10111 10011 0 111 11100101 111011 1010010

Color Harmonies of #B6C0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0EC

Black with #B6C0EC

Text Example


Text Example

White with #B6C0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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