Html Css Color HEX #BED4BA Surf Crest

📋 copy color: '#BED4BA'

red 190 ◦ green 212 ◦ blue 186

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

Shades of Surf Crest #BED4BA

Tints of Surf Crest #BED4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.05%

 BLUE value IS 186 (73.05% from 255) = 31.63%

R = 32.31%
G = 36.05%
B = 31.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#BED4BA (or 0xBED4BA) is known color: Surf Crest. HEX triplet: BE, D4 and BA. RGB value is (190,212,186). Sum of RGB (Red+Green+Blue) = 190+212+186=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4BA is #412B45. Grayscale: #CACACA. Windows color (decimal): -4270918 or 12244158. OLE color: 12244158.

HSL color Cylindrical-coordinate representation of color #BED4BA: hue angle of 110.77º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED4BA is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 186 -
CMYK 0.10 0 0.12 0.17
HSL 110.77º 0.23% 0.78% -
HSV(B) 110.77º 0.12% 0.83% -
XYZ 53.64 61.58 55.51 -
YUV 202.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 190 212 186 0.10 0 0.12 0.17 110.77 0.23 0.78
Hex BE D4 BA A 0 C 11 6F 17 4E
Octal 276 324 272 12 0 14 21 157 27 116
Binary 10111110 11010100 10111010 1010 0 1100 10001 1101111 10111 1001110

Color Harmonies of #BED4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4BA

Black with #BED4BA

Text Example


Text Example

White with #BED4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4BA; }

 p { color: rgb(190,212,186); }

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

background-color css

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

 a { background-color: rgb(190,212,186); }

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

border-color css

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

 span { border-color: rgb(190,212,186); }

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