Html Css Color HEX #BEC9BB Surf Crest

📋 copy color: '#BEC9BB'

red 190 ◦ green 201 ◦ blue 187

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

Shades of Surf Crest #BEC9BB

Tints of Surf Crest #BEC9BB

RGB

 RED value IS 190 (74.61% from 255) = 32.87%

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

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

R = 32.87%
G = 34.78%
B = 32.35%

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

#BEC9BB (or 0xBEC9BB) is known color: Surf Crest. HEX triplet: BE, C9 and BB. RGB value is (190,201,187). Sum of RGB (Red+Green+Blue) = 190+201+187=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9BB is #413644. Grayscale: #C4C4C4. Windows color (decimal): -4273733 or 12306878. OLE color: 12306878.

HSL color Cylindrical-coordinate representation of color #BEC9BB: hue angle of 107.14º 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 #BEC9BB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 187 -
CMYK 0.05 0 0.07 0.21
HSL 107.14º 0.11% 0.76% -
HSV(B) 107.14º 0.07% 0.79% -
XYZ 51.09 56.31 55.19 -
YUV 196.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 190 201 187 0.05 0 0.07 0.21 107.14 0.11 0.76
Hex BE C9 BB 5 0 7 15 6B B 4C
Octal 276 311 273 5 0 7 25 153 13 114
Binary 10111110 11001001 10111011 101 0 111 10101 1101011 1011 1001100

Color Harmonies of #BEC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9BB

Black with #BEC9BB

Text Example


Text Example

White with #BEC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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