Html Css Color HEX #B6C0ED Perano

📋 copy color: '#B6C0ED'

red 182 ◦ green 192 ◦ blue 237

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

Shades of Perano #B6C0ED

Tints of Perano #B6C0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.79%

R = 29.79%
G = 31.42%
B = 38.79%

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

#B6C0ED (or 0xB6C0ED) is known color: Perano. HEX triplet: B6, C0 and ED. RGB value is (182,192,237). Sum of RGB (Red+Green+Blue) = 182+192+237=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6C0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C0ED is #493F12. Grayscale: #C1C1C1. Windows color (decimal): -4800275 or 15581366. OLE color: 15581366.

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

Color convert

RGB 182 192 237 -
CMYK 0.23 0.19 0 0.07
HSL 229.09º 0.6% 0.82% -
HSV(B) 229.09º 0.23% 0.93% -
XYZ 53.43 53.76 87.68 -
YUV 194.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 182 192 237 0.23 0.19 0 0.07 229.09 0.6 0.82
Hex B6 C0 ED 17 13 0 7 E5 3C 52
Octal 266 300 355 27 23 0 7 345 74 122
Binary 10110110 11000000 11101101 10111 10011 0 111 11100101 111100 1010010

Color Harmonies of #B6C0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0ED

Black with #B6C0ED

Text Example


Text Example

White with #B6C0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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