#B8CFBD

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

Shades of Surf #B8CFBD

Tints of Surf #B8CFBD

Color information

#B8CFBD (or 0xB8CFBD) is unknown color: approx Surf. HEX triplet: B8, CF and BD. RGB value is (184,207,189). Sum of RGB (Red+Green+Blue) = 184+207+189=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFBD is #473042. Grayscale: #C6C6C6. Windows color (decimal): -4665411 or 12439480. OLE color: 12439480.

HSL color Cylindrical-coordinate representation of color #B8CFBD: hue angle of 133.04º 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 #B8CFBD is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB184207189-
CMYK0.1100.090.19
HSL133.04º19.33%76.67%-
HSV(B)133.04º11.11%81.18%-
XYZ51.2758.4956.73-
YUV198.07122.88117.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.72%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=31.72%
G=35.69%
B=32.59%

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
Decimal1842071890.1100.090.19133.0419.3376.67
HexB8CFBDB091385134d
Octal270317275130112320523115
Binary1011100011001111101111011011010011001110000101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFBD; }

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

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

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

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

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

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

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

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