Html Css Color HEX #BFC9BB Surf Crest

📋 copy color: '#BFC9BB'

red 191 ◦ green 201 ◦ blue 187

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

Shades of Surf Crest #BFC9BB

Tints of Surf Crest #BFC9BB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.72%

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 32.99%
G = 34.72%
B = 32.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#BFC9BB (or 0xBFC9BB) is known color: Surf Crest. HEX triplet: BF, C9 and BB. RGB value is (191,201,187). Sum of RGB (Red+Green+Blue) = 191+201+187=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9BB is #403644. Grayscale: #C4C4C4. Windows color (decimal): -4208197 or 12306879. OLE color: 12306879.

HSL color Cylindrical-coordinate representation of color #BFC9BB: hue angle of 102.86º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC9BB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 187 -
CMYK 0.05 0 0.07 0.21
HSL 102.86º 0.11% 0.76% -
HSV(B) 102.86º 0.07% 0.79% -
XYZ 51.34 56.44 55.2 -
YUV 196.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 191 201 187 0.05 0 0.07 0.21 102.86 0.11 0.76
Hex BF C9 BB 5 0 7 15 67 B 4C
Octal 277 311 273 5 0 7 25 147 13 114
Binary 10111111 11001001 10111011 101 0 111 10101 1100111 1011 1001100

Color Harmonies of #BFC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9BB

Black with #BFC9BB

Text Example


Text Example

White with #BFC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9BB; }

 p { color: rgb(191,201,187); }

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

background-color css

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

 a { background-color: rgb(191,201,187); }

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

border-color css

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

 span { border-color: rgb(191,201,187); }

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