Html Css Color HEX #BED7BB Surf Crest

📋 copy color: '#BED7BB'

red 190 ◦ green 215 ◦ blue 187

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

Shades of Surf Crest #BED7BB

Tints of Surf Crest #BED7BB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.32%

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

R = 32.09%
G = 36.32%
B = 31.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BED7BB (or 0xBED7BB) is known color: Surf Crest. HEX triplet: BE, D7 and BB. RGB value is (190,215,187). Sum of RGB (Red+Green+Blue) = 190+215+187=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7BB is #412844. Grayscale: #CCCCCC. Windows color (decimal): -4270149 or 12310462. OLE color: 12310462.

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

Color convert

RGB 190 215 187 -
CMYK 0.12 0 0.13 0.16
HSL 113.57º 0.26% 0.79% -
HSV(B) 113.57º 0.13% 0.84% -
XYZ 54.51 63.14 56.33 -
YUV 204.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 190 215 187 0.12 0 0.13 0.16 113.57 0.26 0.79
Hex BE D7 BB C 0 D 10 72 1A 4F
Octal 276 327 273 14 0 15 20 162 32 117
Binary 10111110 11010111 10111011 1100 0 1101 10000 1110010 11010 1001111

Color Harmonies of #BED7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7BB

Black with #BED7BB

Text Example


Text Example

White with #BED7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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