Html Css Color HEX #BECDBA Surf Crest

📋 copy color: '#BECDBA'

red 190 ◦ green 205 ◦ blue 186

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

Shades of Surf Crest #BECDBA

Tints of Surf Crest #BECDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.28%

 BLUE value IS 186 (73.05% from 255) = 32.01%

R = 32.7%
G = 35.28%
B = 32.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#BECDBA (or 0xBECDBA) is known color: Surf Crest. HEX triplet: BE, CD and BA. RGB value is (190,205,186). Sum of RGB (Red+Green+Blue) = 190+205+186=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDBA is #413245. Grayscale: #C6C6C6. Windows color (decimal): -4272710 or 12242366. OLE color: 12242366.

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

Color convert

RGB 190 205 186 -
CMYK 0.07 0 0.09 0.20
HSL 107.37º 0.16% 0.77% -
HSV(B) 107.37º 0.09% 0.8% -
XYZ 51.93 58.15 54.94 -
YUV 198.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 190 205 186 0.07 0 0.09 0.20 107.37 0.16 0.77
Hex BE CD BA 7 0 9 14 6B 10 4D
Octal 276 315 272 7 0 11 24 153 20 115
Binary 10111110 11001101 10111010 111 0 1001 10100 1101011 10000 1001101

Color Harmonies of #BECDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDBA

Black with #BECDBA

Text Example


Text Example

White with #BECDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDBA; }

 p { color: rgb(190,205,186); }

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

background-color css

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

 a { background-color: rgb(190,205,186); }

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

border-color css

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

 span { border-color: rgb(190,205,186); }

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