#BFD6B2

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

Shades of Surf Crest #BFD6B2

Tints of Surf Crest #BFD6B2

Color information

#BFD6B2 (or 0xBFD6B2) is unknown color: approx Surf Crest. HEX triplet: BF, D6 and B2. RGB value is (191,214,178). Sum of RGB (Red+Green+Blue) = 191+214+178=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD6B2 is #40294D. Grayscale: #CBCBCB. Windows color (decimal): -4204878 or 11720383. OLE color: 11720383.

HSL color Cylindrical-coordinate representation of color #BFD6B2: hue angle of 98.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD6B2 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB191214178-
CMYK0.1100.170.16
HSL98.33º30.51%76.86%-
HSV(B)98.33º16.82%83.92%-
XYZ53.5762.3851.34-
YUV203.02113.88119.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 178 (69.92% from 255) = 30.53%
R=32.76%
G=36.71%
B=30.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141780.1100.170.1698.3330.5176.86
HexBFD6B2B01110621f4d
Octal277326262130212014237115
Binary1011111111010110101100101011010001100001100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6B2; }

 p { color: rgb(191,214,178); }

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

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

 a { background-color: rgb(191,214,178); }

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

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

 span { border-color: rgb(191,214,178); }

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