#B8CFBC

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

Shades of Surf #B8CFBC

Tints of Surf #B8CFBC

Color information

#B8CFBC (or 0xB8CFBC) is unknown color: approx Surf. HEX triplet: B8, CF and BC. RGB value is (184,207,188). Sum of RGB (Red+Green+Blue) = 184+207+188=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFBC is #473043. Grayscale: #C6C6C6. Windows color (decimal): -4665412 or 12373944. OLE color: 12373944.

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

Color convert

RGB184207188-
CMYK0.1100.090.19
HSL130.43º19.33%76.67%-
HSV(B)130.43º11.11%81.18%-
XYZ51.1658.4556.16-
YUV197.96122.38118.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=31.78%
G=35.75%
B=32.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842071880.1100.090.19130.4319.3376.67
HexB8CFBCB091382134d
Octal270317274130112320223115
Binary1011100011001111101111001011010011001110000010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFBC; }

 p { color: rgb(184,207,188); }

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

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

 a { background-color: rgb(184,207,188); }

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

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

 span { border-color: rgb(184,207,188); }

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