Html Css Color HEX #BEDFB4 Surf Crest

📋 copy color: '#BEDFB4'

red 190 ◦ green 223 ◦ blue 180

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

Shades of Surf Crest #BEDFB4

Tints of Surf Crest #BEDFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.61%

 BLUE value IS 180 (70.7% from 255) = 30.35%

R = 32.04%
G = 37.61%
B = 30.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#BEDFB4 (or 0xBEDFB4) is known color: Surf Crest. HEX triplet: BE, DF and B4. RGB value is (190,223,180). Sum of RGB (Red+Green+Blue) = 190+223+180=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFB4 is #41204B. Grayscale: #D0D0D0. Windows color (decimal): -4268108 or 11853758. OLE color: 11853758.

HSL color Cylindrical-coordinate representation of color #BEDFB4: hue angle of 106.05º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDFB4 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 180 -
CMYK 0.15 0 0.19 0.13
HSL 106.05º 0.4% 0.79% -
HSV(B) 106.05º 0.19% 0.87% -
XYZ 55.86 67.02 53.17 -
YUV 208.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 190 223 180 0.15 0 0.19 0.13 106.05 0.4 0.79
Hex BE DF B4 F 0 13 D 6A 28 4F
Octal 276 337 264 17 0 23 15 152 50 117
Binary 10111110 11011111 10110100 1111 0 10011 1101 1101010 101000 1001111

Color Harmonies of #BEDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFB4

Black with #BEDFB4

Text Example


Text Example

White with #BEDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFB4; }

 p { color: rgb(190,223,180); }

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

background-color css

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

 a { background-color: rgb(190,223,180); }

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

border-color css

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

 span { border-color: rgb(190,223,180); }

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