Html Css Color HEX #BFDFB9 Surf Crest

📋 copy color: '#BFDFB9'

red 191 ◦ green 223 ◦ blue 185

#BFDFB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #BFDFB9

Tints of Surf Crest #BFDFB9

RGB

 RED value IS 191 (75% from 255) = 31.89%

 GREEN value IS 223 (87.5% from 255) = 37.23%

 BLUE value IS 185 (72.66% from 255) = 30.88%

R = 31.89%
G = 37.23%
B = 30.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#BFDFB9 (or 0xBFDFB9) is known color: Surf Crest. HEX triplet: BF, DF and B9. RGB value is (191,223,185). Sum of RGB (Red+Green+Blue) = 191+223+185=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFB9 is #402046. Grayscale: #D1D1D1. Windows color (decimal): -4202567 or 12181439. OLE color: 12181439.

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

Color convert

RGB 191 223 185 -
CMYK 0.14 0 0.17 0.13
HSL 110.53º 0.37% 0.8% -
HSV(B) 110.53º 0.17% 0.87% -
XYZ 56.63 67.35 55.91 -
YUV 209.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 191 223 185 0.14 0 0.17 0.13 110.53 0.37 0.8
Hex BF DF B9 E 0 11 D 6F 25 50
Octal 277 337 271 16 0 21 15 157 45 120
Binary 10111111 11011111 10111001 1110 0 10001 1101 1101111 100101 1010000

Color Harmonies of #BFDFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFB9

Black with #BFDFB9

Text Example


Text Example

White with #BFDFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFB9; }

 p { color: rgb(191,223,185); }

 H1.HeaderClassName
 {
   color: #BFDFB9;
 }
 .AnyTagClassName
 {
   color: #BFDFB9;
 }
</style>

background-color css

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

 a { background-color: rgb(191,223,185); }

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

border-color css

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

 span { border-color: rgb(191,223,185); }

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