Html Css Color HEX #BFCFB9 Surf Crest

📋 copy color: '#BFCFB9'

red 191 ◦ green 207 ◦ blue 185

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

Shades of Surf Crest #BFCFB9

Tints of Surf Crest #BFCFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.51%

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

R = 32.76%
G = 35.51%
B = 31.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#BFCFB9 (or 0xBFCFB9) is known color: Surf Crest. HEX triplet: BF, CF and B9. RGB value is (191,207,185). Sum of RGB (Red+Green+Blue) = 191+207+185=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFB9 is #403046. Grayscale: #C7C7C7. Windows color (decimal): -4206663 or 12177343. OLE color: 12177343.

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

Color convert

RGB 191 207 185 -
CMYK 0.08 0 0.11 0.19
HSL 103.64º 0.19% 0.77% -
HSV(B) 103.64º 0.11% 0.81% -
XYZ 52.56 59.2 54.56 -
YUV 199.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 191 207 185 0.08 0 0.11 0.19 103.64 0.19 0.77
Hex BF CF B9 8 0 B 13 68 13 4D
Octal 277 317 271 10 0 13 23 150 23 115
Binary 10111111 11001111 10111001 1000 0 1011 10011 1101000 10011 1001101

Color Harmonies of #BFCFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFB9

Black with #BFCFB9

Text Example


Text Example

White with #BFCFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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