Html Css Color HEX #BED5B5 Surf Crest

📋 copy color: '#BED5B5'

red 190 ◦ green 213 ◦ blue 181

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

Shades of Surf Crest #BED5B5

Tints of Surf Crest #BED5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.99%

R = 32.53%
G = 36.47%
B = 30.99%

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

#BED5B5 (or 0xBED5B5) is known color: Surf Crest. HEX triplet: BE, D5 and B5. RGB value is (190,213,181). Sum of RGB (Red+Green+Blue) = 190+213+181=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5B5 is #412A4A. Grayscale: #CACACA. Windows color (decimal): -4270667 or 11916734. OLE color: 11916734.

HSL color Cylindrical-coordinate representation of color #BED5B5: hue angle of 103.12º 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 #BED5B5 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 181 -
CMYK 0.11 0 0.15 0.16
HSL 103.13º 0.28% 0.77% -
HSV(B) 103.13º 0.15% 0.84% -
XYZ 53.37 61.87 52.85 -
YUV 202.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 190 213 181 0.11 0 0.15 0.16 103.13 0.28 0.77
Hex BE D5 B5 B 0 F 10 67 1C 4D
Octal 276 325 265 13 0 17 20 147 34 115
Binary 10111110 11010101 10110101 1011 0 1111 10000 1100111 11100 1001101

Color Harmonies of #BED5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5B5

Black with #BED5B5

Text Example


Text Example

White with #BED5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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