#BFDDB3

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

Shades of Surf Crest #BFDDB3

Tints of Surf Crest #BFDDB3

Color information

#BFDDB3 (or 0xBFDDB3) is unknown color: approx Surf Crest. HEX triplet: BF, DD and B3. RGB value is (191,221,179). Sum of RGB (Red+Green+Blue) = 191+221+179=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDB3 is #40224C. Grayscale: #CFCFCF. Windows color (decimal): -4203085 or 11787711. OLE color: 11787711.

HSL color Cylindrical-coordinate representation of color #BFDDB3: hue angle of 102.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDDB3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB191221179-
CMYK0.1400.190.13
HSL102.86º38.18%78.43%-
HSV(B)102.86º19%86.67%-
XYZ55.4866.0452.47-
YUV207.24112.06116.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 179 (70.31% from 255) = 30.29%
R=32.32%
G=37.39%
B=30.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211790.1400.190.13102.8638.1878.43
HexBFDDB3E013D67264e
Octal277335263160231514746116
Binary1011111111011101101100111110010011110111001111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDB3; }

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

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

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

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

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

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

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

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