Html Css Color HEX #B1C3BE Opal

📋 copy color: '#B1C3BE'

red 177 ◦ green 195 ◦ blue 190

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

Shades of Opal #B1C3BE

Tints of Opal #B1C3BE

RGB

 RED value IS 177 (69.53% from 255) = 31.49%

 GREEN value IS 195 (76.56% from 255) = 34.7%

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

R = 31.49%
G = 34.7%
B = 33.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#B1C3BE (or 0xB1C3BE) is known color: Opal. HEX triplet: B1, C3 and BE. RGB value is (177,195,190). Sum of RGB (Red+Green+Blue) = 177+195+190=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3BE is #4E3C41. Grayscale: #BDBDBD. Windows color (decimal): -5127234 or 12501937. OLE color: 12501937.

HSL color Cylindrical-coordinate representation of color #B1C3BE: hue angle of 163.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1C3BE is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 190 -
CMYK 0.09 0 0.03 0.24
HSL 163.33º 0.13% 0.73% -
HSV(B) 163.33º 0.09% 0.76% -
XYZ 46.94 52.1 56.3 -
YUV 189.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 177 195 190 0.09 0 0.03 0.24 163.33 0.13 0.73
Hex B1 C3 BE 9 0 3 18 A3 D 49
Octal 261 303 276 11 0 3 30 243 15 111
Binary 10110001 11000011 10111110 1001 0 11 11000 10100011 1101 1001001

Color Harmonies of #B1C3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C3BE

Black with #B1C3BE

Text Example


Text Example

White with #B1C3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C3BE; }

 p { color: rgb(177,195,190); }

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

background-color css

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

 a { background-color: rgb(177,195,190); }

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

border-color css

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

 span { border-color: rgb(177,195,190); }

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