Html Css Color HEX #B6C4C1 Opal

📋 copy color: '#B6C4C1'

red 182 ◦ green 196 ◦ blue 193

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

Shades of Opal #B6C4C1

Tints of Opal #B6C4C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.8%

R = 31.87%
G = 34.33%
B = 33.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#B6C4C1 (or 0xB6C4C1) is known color: Opal. HEX triplet: B6, C4 and C1. RGB value is (182,196,193). Sum of RGB (Red+Green+Blue) = 182+196+193=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C4C1 is #493B3E. Grayscale: #BFBFBF. Windows color (decimal): -4799295 or 12698806. OLE color: 12698806.

HSL color Cylindrical-coordinate representation of color #B6C4C1: hue angle of 167.14º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6C4C1 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 196 193 -
CMYK 0.07 0 0.02 0.23
HSL 167.14º 0.11% 0.74% -
HSV(B) 167.14º 0.07% 0.77% -
XYZ 48.66 53.28 58.17 -
YUV 191.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 182 196 193 0.07 0 0.02 0.23 167.14 0.11 0.74
Hex B6 C4 C1 7 0 2 17 A7 B 4A
Octal 266 304 301 7 0 2 27 247 13 112
Binary 10110110 11000100 11000001 111 0 10 10111 10100111 1011 1001010

Color Harmonies of #B6C4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C4C1

Black with #B6C4C1

Text Example


Text Example

White with #B6C4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C4C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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