Html Css Color HEX #BEDDB4 Surf Crest

📋 copy color: '#BEDDB4'

red 190 ◦ green 221 ◦ blue 180

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

Shades of Surf Crest #BEDDB4

Tints of Surf Crest #BEDDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.46%

R = 32.15%
G = 37.39%
B = 30.46%

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

#BEDDB4 (or 0xBEDDB4) is known color: Surf Crest. HEX triplet: BE, DD and B4. RGB value is (190,221,180). Sum of RGB (Red+Green+Blue) = 190+221+180=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDB4 is #41224B. Grayscale: #CFCFCF. Windows color (decimal): -4268620 or 11853246. OLE color: 11853246.

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

Color convert

RGB 190 221 180 -
CMYK 0.14 0 0.19 0.13
HSL 105.37º 0.38% 0.79% -
HSV(B) 105.37º 0.19% 0.87% -
XYZ 55.33 65.96 52.99 -
YUV 207.06 112.73 115.83 -
System Red Green Blue C M Y K H S L
Decimal 190 221 180 0.14 0 0.19 0.13 105.37 0.38 0.79
Hex BE DD B4 E 0 13 D 69 26 4F
Octal 276 335 264 16 0 23 15 151 46 117
Binary 10111110 11011101 10110100 1110 0 10011 1101 1101001 100110 1001111

Color Harmonies of #BEDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDB4

Black with #BEDDB4

Text Example


Text Example

White with #BEDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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