Html Css Color HEX #BED5BB Surf Crest

📋 copy color: '#BED5BB'

red 190 ◦ green 213 ◦ blue 187

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

Shades of Surf Crest #BED5BB

Tints of Surf Crest #BED5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.69%

R = 32.2%
G = 36.1%
B = 31.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#BED5BB (or 0xBED5BB) is known color: Surf Crest. HEX triplet: BE, D5 and BB. RGB value is (190,213,187). Sum of RGB (Red+Green+Blue) = 190+213+187=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5BB is #412A44. Grayscale: #CBCBCB. Windows color (decimal): -4270661 or 12309950. OLE color: 12309950.

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

Color convert

RGB 190 213 187 -
CMYK 0.11 0 0.12 0.16
HSL 113.08º 0.24% 0.78% -
HSV(B) 113.08º 0.12% 0.84% -
XYZ 54 62.12 56.16 -
YUV 203.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 190 213 187 0.11 0 0.12 0.16 113.08 0.24 0.78
Hex BE D5 BB B 0 C 10 71 18 4E
Octal 276 325 273 13 0 14 20 161 30 116
Binary 10111110 11010101 10111011 1011 0 1100 10000 1110001 11000 1001110

Color Harmonies of #BED5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5BB

Black with #BED5BB

Text Example


Text Example

White with #BED5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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