Html Css Color HEX #BEDDB3 Surf Crest

📋 copy color: '#BEDDB3'

red 190 ◦ green 221 ◦ blue 179

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

Shades of Surf Crest #BEDDB3

Tints of Surf Crest #BEDDB3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.46%

 BLUE value IS 179 (70.31% from 255) = 30.34%

R = 32.2%
G = 37.46%
B = 30.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#BEDDB3 (or 0xBEDDB3) is known color: Surf Crest. HEX triplet: BE, DD and B3. RGB value is (190,221,179). Sum of RGB (Red+Green+Blue) = 190+221+179=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDB3 is #41224C. Grayscale: #CFCFCF. Windows color (decimal): -4268621 or 11787710. OLE color: 11787710.

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

Color convert

RGB 190 221 179 -
CMYK 0.14 0 0.19 0.13
HSL 104.29º 0.38% 0.78% -
HSV(B) 104.29º 0.19% 0.87% -
XYZ 55.23 65.91 52.46 -
YUV 206.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 190 221 179 0.14 0 0.19 0.13 104.29 0.38 0.78
Hex BE DD B3 E 0 13 D 68 26 4E
Octal 276 335 263 16 0 23 15 150 46 116
Binary 10111110 11011101 10110011 1110 0 10011 1101 1101000 100110 1001110

Color Harmonies of #BEDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDB3

Black with #BEDDB3

Text Example


Text Example

White with #BEDDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDB3; }

 p { color: rgb(190,221,179); }

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

background-color css

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

 a { background-color: rgb(190,221,179); }

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

border-color css

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

 span { border-color: rgb(190,221,179); }

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