#BFD0BA

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

Shades of Surf Crest #BFD0BA

Tints of Surf Crest #BFD0BA

Color information

#BFD0BA (or 0xBFD0BA) is unknown color: approx Surf Crest. HEX triplet: BF, D0 and BA. RGB value is (191,208,186). Sum of RGB (Red+Green+Blue) = 191+208+186=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0BA is #402F45. Grayscale: #C8C8C8. Windows color (decimal): -4206406 or 12243135. OLE color: 12243135.

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

Color convert

RGB191208186-
CMYK0.0800.110.18
HSL106.36º18.97%77.25%-
HSV(B)106.36º10.58%81.57%-
XYZ52.959.7355.2-
YUV200.41119.87121.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=32.65%
G=35.56%
B=31.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081860.0800.110.18106.3618.9777.25
HexBFD0BA80B126a134d
Octal277320272100132215223115
Binary101111111101000010111010100001011100101101010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0BA; }

 p { color: rgb(191,208,186); }

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

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

 a { background-color: rgb(191,208,186); }

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

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

 span { border-color: rgb(191,208,186); }

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