Html Css Color HEX #B6C4EC Perano

📋 copy color: '#B6C4EC'

red 182 ◦ green 196 ◦ blue 236

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

Shades of Perano #B6C4EC

Tints of Perano #B6C4EC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.92%

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

R = 29.64%
G = 31.92%
B = 38.44%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6C4EC (or 0xB6C4EC) is known color: Perano. HEX triplet: B6, C4 and EC. RGB value is (182,196,236). Sum of RGB (Red+Green+Blue) = 182+196+236=614 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.64% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6C4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C4EC is #493B13. Grayscale: #C4C4C4. Windows color (decimal): -4799252 or 15516854. OLE color: 15516854.

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

Color convert

RGB 182 196 236 -
CMYK 0.23 0.17 0 0.07
HSL 224.44º 0.59% 0.82% -
HSV(B) 224.44º 0.23% 0.93% -
XYZ 54.17 55.48 87.21 -
YUV 196.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 182 196 236 0.23 0.17 0 0.07 224.44 0.59 0.82
Hex B6 C4 EC 17 11 0 7 E0 3B 52
Octal 266 304 354 27 21 0 7 340 73 122
Binary 10110110 11000100 11101100 10111 10001 0 111 11100000 111011 1010010

Color Harmonies of #B6C4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C4EC

Black with #B6C4EC

Text Example


Text Example

White with #B6C4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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