#B1C8C4

Color #B1C8C4 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #B1C8C4

Tints of Opal #B1C8C4

Color information

#B1C8C4 (or 0xB1C8C4) is unknown color: approx Opal. HEX triplet: B1, C8 and C4. RGB value is (177,200,196). Sum of RGB (Red+Green+Blue) = 177+200+196=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C8C4 is #4E373B. Grayscale: #C0C0C0. Windows color (decimal): -5125948 or 12896433. OLE color: 12896433.

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

Color convert

RGB177200196-
CMYK0.1200.020.22
HSL169.57º17.29%73.92%-
HSV(B)169.57º11.5%78.43%-
XYZ48.7554.6460.2-
YUV192.67129.88116.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=30.89%
G=34.90%
B=34.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001960.1200.020.22169.5717.2973.92
HexB1C8C4C0216aa114a
Octal26131030414022625221112
Binary10110001110010001100010011000101011010101010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C8C4; }

 p { color: rgb(177,200,196); }

 H1.HeaderClassName
 {
   color: #B1C8C4;
 }
 .AnyTagClassName
 {
   color: #B1C8C4;
 }
</style>
background-color css

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

 a { background-color: rgb(177,200,196); }

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

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

 span { border-color: rgb(177,200,196); }

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