Html Css Color HEX #BECEBA Surf Crest

📋 copy color: '#BECEBA'

red 190 ◦ green 206 ◦ blue 186

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

Shades of Surf Crest #BECEBA

Tints of Surf Crest #BECEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

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

R = 32.65%
G = 35.4%
B = 31.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#BECEBA (or 0xBECEBA) is known color: Surf Crest. HEX triplet: BE, CE and BA. RGB value is (190,206,186). Sum of RGB (Red+Green+Blue) = 190+206+186=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEBA is #413145. Grayscale: #C7C7C7. Windows color (decimal): -4272454 or 12242622. OLE color: 12242622.

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

Color convert

RGB 190 206 186 -
CMYK 0.08 0 0.10 0.19
HSL 108º 0.17% 0.77% -
HSV(B) 108º 0.1% 0.81% -
XYZ 52.17 58.63 55.02 -
YUV 198.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 190 206 186 0.08 0 0.10 0.19 108 0.17 0.77
Hex BE CE BA 8 0 A 13 6C 11 4D
Octal 276 316 272 10 0 12 23 154 21 115
Binary 10111110 11001110 10111010 1000 0 1010 10011 1101100 10001 1001101

Color Harmonies of #BECEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEBA

Black with #BECEBA

Text Example


Text Example

White with #BECEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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