Html Css Color HEX #BED5B6 Surf Crest

📋 copy color: '#BED5B6'

red 190 ◦ green 213 ◦ blue 182

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

Shades of Surf Crest #BED5B6

Tints of Surf Crest #BED5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.11%

R = 32.48%
G = 36.41%
B = 31.11%

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

#BED5B6 (or 0xBED5B6) is known color: Surf Crest. HEX triplet: BE, D5 and B6. RGB value is (190,213,182). Sum of RGB (Red+Green+Blue) = 190+213+182=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5B6 is #412A49. Grayscale: #CACACA. Windows color (decimal): -4270666 or 11982270. OLE color: 11982270.

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

Color convert

RGB 190 213 182 -
CMYK 0.11 0 0.15 0.16
HSL 104.52º 0.27% 0.77% -
HSV(B) 104.52º 0.15% 0.84% -
XYZ 53.47 61.91 53.39 -
YUV 202.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 190 213 182 0.11 0 0.15 0.16 104.52 0.27 0.77
Hex BE D5 B6 B 0 F 10 69 1B 4D
Octal 276 325 266 13 0 17 20 151 33 115
Binary 10111110 11010101 10110110 1011 0 1111 10000 1101001 11011 1001101

Color Harmonies of #BED5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5B6

Black with #BED5B6

Text Example


Text Example

White with #BED5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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