Html Css Color HEX #BED2B4 Surf Crest

📋 copy color: '#BED2B4'

red 190 ◦ green 210 ◦ blue 180

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

Shades of Surf Crest #BED2B4

Tints of Surf Crest #BED2B4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.21%

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

R = 32.76%
G = 36.21%
B = 31.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#BED2B4 (or 0xBED2B4) is known color: Surf Crest. HEX triplet: BE, D2 and B4. RGB value is (190,210,180). Sum of RGB (Red+Green+Blue) = 190+210+180=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2B4 is #412D4B. Grayscale: #C8C8C8. Windows color (decimal): -4271436 or 11850430. OLE color: 11850430.

HSL color Cylindrical-coordinate representation of color #BED2B4: hue angle of 100º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED2B4 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 180 -
CMYK 0.10 0 0.14 0.18
HSL 100º 0.25% 0.76% -
HSV(B) 100º 0.14% 0.82% -
XYZ 52.52 60.34 52.06 -
YUV 200.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 190 210 180 0.10 0 0.14 0.18 100 0.25 0.76
Hex BE D2 B4 A 0 E 12 64 19 4C
Octal 276 322 264 12 0 16 22 144 31 114
Binary 10111110 11010010 10110100 1010 0 1110 10010 1100100 11001 1001100

Color Harmonies of #BED2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2B4

Black with #BED2B4

Text Example


Text Example

White with #BED2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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