Html Css Color HEX #B5C2BE Opal

📋 copy color: '#B5C2BE'

red 181 ◦ green 194 ◦ blue 190

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

Shades of Opal #B5C2BE

Tints of Opal #B5C2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 32.04%
G = 34.34%
B = 33.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#B5C2BE (or 0xB5C2BE) is known color: Opal. HEX triplet: B5, C2 and BE. RGB value is (181,194,190). Sum of RGB (Red+Green+Blue) = 181+194+190=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2BE is #4A3D41. Grayscale: #BDBDBD. Windows color (decimal): -4865346 or 12501685. OLE color: 12501685.

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

Color convert

RGB 181 194 190 -
CMYK 0.07 0 0.02 0.24
HSL 161.54º 0.1% 0.74% -
HSV(B) 161.54º 0.07% 0.76% -
XYZ 47.64 52.13 56.27 -
YUV 189.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 181 194 190 0.07 0 0.02 0.24 161.54 0.1 0.74
Hex B5 C2 BE 7 0 2 18 A2 A 4A
Octal 265 302 276 7 0 2 30 242 12 112
Binary 10110101 11000010 10111110 111 0 10 11000 10100010 1010 1001010

Color Harmonies of #B5C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C2BE

Black with #B5C2BE

Text Example


Text Example

White with #B5C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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