Html Css Color HEX #BFCCB9 Surf Crest

📋 copy color: '#BFCCB9'

red 191 ◦ green 204 ◦ blue 185

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

Shades of Surf Crest #BFCCB9

Tints of Surf Crest #BFCCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

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

R = 32.93%
G = 35.17%
B = 31.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#BFCCB9 (or 0xBFCCB9) is known color: Surf Crest. HEX triplet: BF, CC and B9. RGB value is (191,204,185). Sum of RGB (Red+Green+Blue) = 191+204+185=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCB9 is #403346. Grayscale: #C6C6C6. Windows color (decimal): -4207431 or 12176575. OLE color: 12176575.

HSL color Cylindrical-coordinate representation of color #BFCCB9: hue angle of 101.05º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCCB9 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 185 -
CMYK 0.06 0 0.09 0.2
HSL 101.05º 0.16% 0.76% -
HSV(B) 101.05º 0.09% 0.8% -
XYZ 51.84 57.76 54.32 -
YUV 197.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 191 204 185 0.06 0 0.09 0.2 101.05 0.16 0.76
Hex BF CC B9 6 0 9 14 65 10 4C
Octal 277 314 271 6 0 11 24 145 20 114
Binary 10111111 11001100 10111001 110 0 1001 10100 1100101 10000 1001100

Color Harmonies of #BFCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCB9

Black with #BFCCB9

Text Example


Text Example

White with #BFCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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