#B8CEBA

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

Shades of Surf #B8CEBA

Tints of Surf #B8CEBA

Color information

#B8CEBA (or 0xB8CEBA) is unknown color: approx Surf. HEX triplet: B8, CE and BA. RGB value is (184,206,186). Sum of RGB (Red+Green+Blue) = 184+206+186=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEBA is #473145. Grayscale: #C5C5C5. Windows color (decimal): -4665670 or 12242616. OLE color: 12242616.

HSL color Cylindrical-coordinate representation of color #B8CEBA: hue angle of 125.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CEBA is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB184206186-
CMYK0.1100.100.19
HSL125.45º18.33%76.47%-
HSV(B)125.45º10.68%80.78%-
XYZ50.757.8854.95-
YUV197.14121.71118.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=31.94%
G=35.76%
B=32.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842061860.1100.100.19125.4518.3376.47
HexB8CEBAB0A137d124c
Octal270316272130122317522114
Binary101110001100111010111010101101010100111111101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEBA; }

 p { color: rgb(184,206,186); }

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

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

 a { background-color: rgb(184,206,186); }

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

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

 span { border-color: rgb(184,206,186); }

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