Html Css Color HEX #BEDBB2 Surf Crest

📋 copy color: '#BEDBB2'

red 190 ◦ green 219 ◦ blue 178

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

Shades of Surf Crest #BEDBB2

Tints of Surf Crest #BEDBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

 BLUE value IS 178 (69.92% from 255) = 30.32%

R = 32.37%
G = 37.31%
B = 30.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#BEDBB2 (or 0xBEDBB2) is known color: Surf Crest. HEX triplet: BE, DB and B2. RGB value is (190,219,178). Sum of RGB (Red+Green+Blue) = 190+219+178=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDBB2 is #41244D. Grayscale: #CDCDCD. Windows color (decimal): -4269134 or 11721662. OLE color: 11721662.

HSL color Cylindrical-coordinate representation of color #BEDBB2: hue angle of 102.44º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDBB2 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 219 178 -
CMYK 0.13 0 0.19 0.14
HSL 102.44º 0.36% 0.78% -
HSV(B) 102.44º 0.19% 0.86% -
XYZ 54.6 64.82 51.75 -
YUV 205.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 190 219 178 0.13 0 0.19 0.14 102.44 0.36 0.78
Hex BE DB B2 D 0 13 E 66 24 4E
Octal 276 333 262 15 0 23 16 146 44 116
Binary 10111110 11011011 10110010 1101 0 10011 1110 1100110 100100 1001110

Color Harmonies of #BEDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDBB2

Black with #BEDBB2

Text Example


Text Example

White with #BEDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDBB2; }

 p { color: rgb(190,219,178); }

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

background-color css

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

 a { background-color: rgb(190,219,178); }

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

border-color css

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

 span { border-color: rgb(190,219,178); }

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