Html Css Color HEX #BDE994 Reef

📋 copy color: '#BDE994'

red 189 ◦ green 233 ◦ blue 148

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

Shades of Reef #BDE994

Tints of Reef #BDE994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.88%

 BLUE value IS 148 (58.2% from 255) = 25.96%

R = 33.16%
G = 40.88%
B = 25.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#BDE994 (or 0xBDE994) is known color: Reef. HEX triplet: BD, E9 and 94. RGB value is (189,233,148). Sum of RGB (Red+Green+Blue) = 189+233+148=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE994 is #42166B. Grayscale: #D2D2D2. Windows color (decimal): -4331116 or 9759165. OLE color: 9759165.

HSL color Cylindrical-coordinate representation of color #BDE994: hue angle of 91.06º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE994 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 148 -
CMYK 0.19 0 0.36 0.09
HSL 91.06º 0.66% 0.75% -
HSV(B) 91.06º 0.36% 0.91% -
XYZ 55.47 71.23 38.84 -
YUV 210.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 189 233 148 0.19 0 0.36 0.09 91.06 0.66 0.75
Hex BD E9 94 13 0 24 9 5B 42 4B
Octal 275 351 224 23 0 44 11 133 102 113
Binary 10111101 11101001 10010100 10011 0 100100 1001 1011011 1000010 1001011

Color Harmonies of #BDE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE994

Black with #BDE994

Text Example


Text Example

White with #BDE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE994; }

 p { color: rgb(189,233,148); }

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

background-color css

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

 a { background-color: rgb(189,233,148); }

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

border-color css

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

 span { border-color: rgb(189,233,148); }

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