Html Css Color HEX #BDEF93 Reef

📋 copy color: '#BDEF93'

red 189 ◦ green 239 ◦ blue 147

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

Shades of Reef #BDEF93

Tints of Reef #BDEF93

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

 BLUE value IS 147 (57.81% from 255) = 25.57%

R = 32.87%
G = 41.57%
B = 25.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#BDEF93 (or 0xBDEF93) is known color: Reef. HEX triplet: BD, EF and 93. RGB value is (189,239,147). Sum of RGB (Red+Green+Blue) = 189+239+147=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF93 is #42106C. Grayscale: #D5D5D5. Windows color (decimal): -4329581 or 9695165. OLE color: 9695165.

HSL color Cylindrical-coordinate representation of color #BDEF93: hue angle of 92.61º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDEF93 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 147 -
CMYK 0.21 0 0.38 0.06
HSL 92.61º 0.74% 0.76% -
HSV(B) 92.61º 0.38% 0.94% -
XYZ 57.12 74.66 39 -
YUV 213.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 189 239 147 0.21 0 0.38 0.06 92.61 0.74 0.76
Hex BD EF 93 15 0 26 6 5D 4A 4C
Octal 275 357 223 25 0 46 6 135 112 114
Binary 10111101 11101111 10010011 10101 0 100110 110 1011101 1001010 1001100

Color Harmonies of #BDEF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF93

Black with #BDEF93

Text Example


Text Example

White with #BDEF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF93; }

 p { color: rgb(189,239,147); }

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

background-color css

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

 a { background-color: rgb(189,239,147); }

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

border-color css

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

 span { border-color: rgb(189,239,147); }

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