Html Css Color HEX #B3C7C1 Opal

📋 copy color: '#B3C7C1'

red 179 ◦ green 199 ◦ blue 193

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

Shades of Opal #B3C7C1

Tints of Opal #B3C7C1

RGB

 RED value IS 179 (70.31% from 255) = 31.35%

 GREEN value IS 199 (78.13% from 255) = 34.85%

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

R = 31.35%
G = 34.85%
B = 33.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#B3C7C1 (or 0xB3C7C1) is known color: Opal. HEX triplet: B3, C7 and C1. RGB value is (179,199,193). Sum of RGB (Red+Green+Blue) = 179+199+193=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7C1 is #4C383E. Grayscale: #C0C0C0. Windows color (decimal): -4995135 or 12699571. OLE color: 12699571.

HSL color Cylindrical-coordinate representation of color #B3C7C1: hue angle of 162º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C7C1 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 199 193 -
CMYK 0.10 0 0.03 0.22
HSL 162º 0.15% 0.74% -
HSV(B) 162º 0.1% 0.78% -
XYZ 48.64 54.28 58.37 -
YUV 192.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 179 199 193 0.10 0 0.03 0.22 162 0.15 0.74
Hex B3 C7 C1 A 0 3 16 A2 F 4A
Octal 263 307 301 12 0 3 26 242 17 112
Binary 10110011 11000111 11000001 1010 0 11 10110 10100010 1111 1001010

Color Harmonies of #B3C7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C7C1

Black with #B3C7C1

Text Example


Text Example

White with #B3C7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C7C1; }

 p { color: rgb(179,199,193); }

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

background-color css

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

 a { background-color: rgb(179,199,193); }

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

border-color css

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

 span { border-color: rgb(179,199,193); }

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