#B1CEB3

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

Shades of Surf #B1CEB3

Tints of Surf #B1CEB3

Color information

#B1CEB3 (or 0xB1CEB3) is unknown color: approx Surf. HEX triplet: B1, CE and B3. RGB value is (177,206,179). Sum of RGB (Red+Green+Blue) = 177+206+179=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEB3 is #4E314C. Grayscale: #C2C2C2. Windows color (decimal): -5124429 or 11783857. OLE color: 11783857.

HSL color Cylindrical-coordinate representation of color #B1CEB3: hue angle of 124.14º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CEB3 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB177206179-
CMYK0.1400.130.19
HSL124.14º22.83%75.1%-
HSV(B)124.14º14.08%80.78%-
XYZ48.3456.7451.05-
YUV194.25119.39115.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.49%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 179 (70.31% from 255) = 31.85%
R=31.49%
G=36.65%
B=31.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061790.1400.130.19124.1422.8375.1
HexB1CEB3E0D137c174b
Octal261316263160152317427113
Binary101100011100111010110011111001101100111111100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEB3; }

 p { color: rgb(177,206,179); }

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

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

 a { background-color: rgb(177,206,179); }

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

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

 span { border-color: rgb(177,206,179); }

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