Html Css Color HEX #BDF793 Reef

📋 copy color: '#BDF793'

red 189 ◦ green 247 ◦ blue 147

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

Shades of Reef #BDF793

Tints of Reef #BDF793

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.37%

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

R = 32.42%
G = 42.37%
B = 25.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#BDF793 (or 0xBDF793) is known color: Reef. HEX triplet: BD, F7 and 93. RGB value is (189,247,147). Sum of RGB (Red+Green+Blue) = 189+247+147=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF793 is #42086C. Grayscale: #DADADA. Windows color (decimal): -4327533 or 9697213. OLE color: 9697213.

HSL color Cylindrical-coordinate representation of color #BDF793: hue angle of 94.8º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF793 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 147 -
CMYK 0.23 0 0.40 0.03
HSL 94.8º 0.86% 0.77% -
HSV(B) 94.8º 0.4% 0.97% -
XYZ 59.51 79.45 39.8 -
YUV 218.26 87.78 107.13 -
System Red Green Blue C M Y K H S L
Decimal 189 247 147 0.23 0 0.40 0.03 94.8 0.86 0.77
Hex BD F7 93 17 0 28 3 5F 56 4D
Octal 275 367 223 27 0 50 3 137 126 115
Binary 10111101 11110111 10010011 10111 0 101000 11 1011111 1010110 1001101

Color Harmonies of #BDF793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF793

Black with #BDF793

Text Example


Text Example

White with #BDF793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF793; }

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

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

background-color css

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

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

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

border-color css

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

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

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