Html Css Color HEX #BDE495 Reef

📋 copy color: '#BDE495'

red 189 ◦ green 228 ◦ blue 149

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

Shades of Reef #BDE495

Tints of Reef #BDE495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.33%

R = 33.39%
G = 40.28%
B = 26.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#BDE495 (or 0xBDE495) is known color: Reef. HEX triplet: BD, E4 and 95. RGB value is (189,228,149). Sum of RGB (Red+Green+Blue) = 189+228+149=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE495 is #421B6A. Grayscale: #CFCFCF. Windows color (decimal): -4332395 or 9823421. OLE color: 9823421.

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

Color convert

RGB 189 228 149 -
CMYK 0.17 0 0.35 0.11
HSL 89.62º 0.59% 0.74% -
HSV(B) 89.62º 0.35% 0.89% -
XYZ 54.15 68.48 38.8 -
YUV 207.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 189 228 149 0.17 0 0.35 0.11 89.62 0.59 0.74
Hex BD E4 95 11 0 23 B 5A 3B 4A
Octal 275 344 225 21 0 43 13 132 73 112
Binary 10111101 11100100 10010101 10001 0 100011 1011 1011010 111011 1001010

Color Harmonies of #BDE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE495

Black with #BDE495

Text Example


Text Example

White with #BDE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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