#BFD6B3

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

Shades of Surf Crest #BFD6B3

Tints of Surf Crest #BFD6B3

Color information

#BFD6B3 (or 0xBFD6B3) is unknown color: approx Surf Crest. HEX triplet: BF, D6 and B3. RGB value is (191,214,179). Sum of RGB (Red+Green+Blue) = 191+214+179=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6B3 is #40294C. Grayscale: #CBCBCB. Windows color (decimal): -4204877 or 11785919. OLE color: 11785919.

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

Color convert

RGB191214179-
CMYK0.1100.160.16
HSL99.43º29.91%77.06%-
HSV(B)99.43º16.36%83.92%-
XYZ53.6762.4251.87-
YUV203.13114.38119.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 179 (70.31% from 255) = 30.65%
R=32.71%
G=36.64%
B=30.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141790.1100.160.1699.4329.9177.06
HexBFD6B3B01010631e4d
Octal277326263130202014336115
Binary1011111111010110101100111011010000100001100011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6B3; }

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

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

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

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

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

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

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

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