Html Css Color HEX #BEDDB8 Surf Crest

📋 copy color: '#BEDDB8'

red 190 ◦ green 221 ◦ blue 184

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

Shades of Surf Crest #BEDDB8

Tints of Surf Crest #BEDDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.92%

R = 31.93%
G = 37.14%
B = 30.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#BEDDB8 (or 0xBEDDB8) is known color: Surf Crest. HEX triplet: BE, DD and B8. RGB value is (190,221,184). Sum of RGB (Red+Green+Blue) = 190+221+184=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDB8 is #412247. Grayscale: #CFCFCF. Windows color (decimal): -4268616 or 12115390. OLE color: 12115390.

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

Color convert

RGB 190 221 184 -
CMYK 0.14 0 0.17 0.13
HSL 110.27º 0.35% 0.79% -
HSV(B) 110.27º 0.17% 0.87% -
XYZ 55.74 66.12 55.17 -
YUV 207.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 190 221 184 0.14 0 0.17 0.13 110.27 0.35 0.79
Hex BE DD B8 E 0 11 D 6E 23 4F
Octal 276 335 270 16 0 21 15 156 43 117
Binary 10111110 11011101 10111000 1110 0 10001 1101 1101110 100011 1001111

Color Harmonies of #BEDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDB8

Black with #BEDDB8

Text Example


Text Example

White with #BEDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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