Html Css Color HEX #B5C6C2 Opal

📋 copy color: '#B5C6C2'

red 181 ◦ green 198 ◦ blue 194

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

Shades of Opal #B5C6C2

Tints of Opal #B5C6C2

RGB

 RED value IS 181 (71.09% from 255) = 31.59%

 GREEN value IS 198 (77.73% from 255) = 34.55%

 BLUE value IS 194 (76.17% from 255) = 33.86%

R = 31.59%
G = 34.55%
B = 33.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#B5C6C2 (or 0xB5C6C2) is known color: Opal. HEX triplet: B5, C6 and C2. RGB value is (181,198,194). Sum of RGB (Red+Green+Blue) = 181+198+194=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6C2 is #4A393D. Grayscale: #C0C0C0. Windows color (decimal): -4864318 or 12764853. OLE color: 12764853.

HSL color Cylindrical-coordinate representation of color #B5C6C2: hue angle of 165.88º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5C6C2 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 198 194 -
CMYK 0.09 0 0.02 0.22
HSL 165.88º 0.13% 0.74% -
HSV(B) 165.88º 0.09% 0.78% -
XYZ 48.99 54.11 58.9 -
YUV 192.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 181 198 194 0.09 0 0.02 0.22 165.88 0.13 0.74
Hex B5 C6 C2 9 0 2 16 A6 D 4A
Octal 265 306 302 11 0 2 26 246 15 112
Binary 10110101 11000110 11000010 1001 0 10 10110 10100110 1101 1001010

Color Harmonies of #B5C6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C6C2

Black with #B5C6C2

Text Example


Text Example

White with #B5C6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C6C2; }

 p { color: rgb(181,198,194); }

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

background-color css

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

 a { background-color: rgb(181,198,194); }

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

border-color css

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

 span { border-color: rgb(181,198,194); }

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