Html Css Color HEX #BDE496 Reef

📋 copy color: '#BDE496'

red 189 ◦ green 228 ◦ blue 150

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

Shades of Reef #BDE496

Tints of Reef #BDE496

RGB

 RED value IS 189 (74.22% from 255) = 33.33%

 GREEN value IS 228 (89.45% from 255) = 40.21%

 BLUE value IS 150 (58.98% from 255) = 26.46%

R = 33.33%
G = 40.21%
B = 26.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#BDE496 (or 0xBDE496) is known color: Reef. HEX triplet: BD, E4 and 96. RGB value is (189,228,150). Sum of RGB (Red+Green+Blue) = 189+228+150=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE496 is #421B69. Grayscale: #CFCFCF. Windows color (decimal): -4332394 or 9888957. OLE color: 9888957.

HSL color Cylindrical-coordinate representation of color #BDE496: hue angle of 90º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDE496 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 150 -
CMYK 0.17 0 0.34 0.11
HSL 90º 0.59% 0.74% -
HSV(B) 90º 0.34% 0.89% -
XYZ 54.23 68.51 39.22 -
YUV 207.45 95.58 114.84 -
System Red Green Blue C M Y K H S L
Decimal 189 228 150 0.17 0 0.34 0.11 90 0.59 0.74
Hex BD E4 96 11 0 22 B 5A 3B 4A
Octal 275 344 226 21 0 42 13 132 73 112
Binary 10111101 11100100 10010110 10001 0 100010 1011 1011010 111011 1001010

Color Harmonies of #BDE496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE496

Black with #BDE496

Text Example


Text Example

White with #BDE496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE496; }

 p { color: rgb(189,228,150); }

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

background-color css

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

 a { background-color: rgb(189,228,150); }

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

border-color css

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

 span { border-color: rgb(189,228,150); }

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