Html Css Color HEX #BEDEBD Surf

📋 copy color: '#BEDEBD'

red 190 ◦ green 222 ◦ blue 189

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

Shades of Surf #BEDEBD

Tints of Surf #BEDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.94%

 BLUE value IS 189 (74.22% from 255) = 31.45%

R = 31.61%
G = 36.94%
B = 31.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BEDEBD (or 0xBEDEBD) is known color: Surf. HEX triplet: BE, DE and BD. RGB value is (190,222,189). Sum of RGB (Red+Green+Blue) = 190+222+189=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEBD is #412142. Grayscale: #D0D0D0. Windows color (decimal): -4268355 or 12443326. OLE color: 12443326.

HSL color Cylindrical-coordinate representation of color #BEDEBD: hue angle of 118.18º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDEBD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 189 -
CMYK 0.14 0 0.15 0.13
HSL 118.18º 0.33% 0.81% -
HSV(B) 118.18º 0.15% 0.87% -
XYZ 56.54 66.86 58.07 -
YUV 208.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 190 222 189 0.14 0 0.15 0.13 118.18 0.33 0.81
Hex BE DE BD E 0 F D 76 21 51
Octal 276 336 275 16 0 17 15 166 41 121
Binary 10111110 11011110 10111101 1110 0 1111 1101 1110110 100001 1010001

Color Harmonies of #BEDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEBD

Black with #BEDEBD

Text Example


Text Example

White with #BEDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEBD; }

 p { color: rgb(190,222,189); }

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

background-color css

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

 a { background-color: rgb(190,222,189); }

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

border-color css

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

 span { border-color: rgb(190,222,189); }

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