Html Css Color HEX #BED5B4 Surf Crest

📋 copy color: '#BED5B4'

red 190 ◦ green 213 ◦ blue 180

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

Shades of Surf Crest #BED5B4

Tints of Surf Crest #BED5B4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.54%

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

R = 32.59%
G = 36.54%
B = 30.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#BED5B4 (or 0xBED5B4) is known color: Surf Crest. HEX triplet: BE, D5 and B4. RGB value is (190,213,180). Sum of RGB (Red+Green+Blue) = 190+213+180=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5B4 is #412A4B. Grayscale: #CACACA. Windows color (decimal): -4270668 or 11851198. OLE color: 11851198.

HSL color Cylindrical-coordinate representation of color #BED5B4: hue angle of 101.82º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BED5B4 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 180 -
CMYK 0.11 0 0.15 0.16
HSL 101.82º 0.28% 0.77% -
HSV(B) 101.82º 0.15% 0.84% -
XYZ 53.27 61.83 52.31 -
YUV 202.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 190 213 180 0.11 0 0.15 0.16 101.82 0.28 0.77
Hex BE D5 B4 B 0 F 10 66 1C 4D
Octal 276 325 264 13 0 17 20 146 34 115
Binary 10111110 11010101 10110100 1011 0 1111 10000 1100110 11100 1001101

Color Harmonies of #BED5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5B4

Black with #BED5B4

Text Example


Text Example

White with #BED5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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