Html Css Color HEX #BDFB93 Reef

📋 copy color: '#BDFB93'

red 189 ◦ green 251 ◦ blue 147

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

Shades of Reef #BDFB93

Tints of Reef #BDFB93

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.76%

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

R = 32.2%
G = 42.76%
B = 25.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#BDFB93 (or 0xBDFB93) is known color: Reef. HEX triplet: BD, FB and 93. RGB value is (189,251,147). Sum of RGB (Red+Green+Blue) = 189+251+147=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB93 is #42046C. Grayscale: #DCDCDC. Windows color (decimal): -4326509 or 9698237. OLE color: 9698237.

HSL color Cylindrical-coordinate representation of color #BDFB93: hue angle of 95.77º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDFB93 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 147 -
CMYK 0.25 0 0.41 0.02
HSL 95.77º 0.93% 0.78% -
HSV(B) 95.77º 0.41% 0.98% -
XYZ 60.75 81.92 40.21 -
YUV 220.61 86.46 105.46 -
System Red Green Blue C M Y K H S L
Decimal 189 251 147 0.25 0 0.41 0.02 95.77 0.93 0.78
Hex BD FB 93 19 0 29 2 60 5D 4E
Octal 275 373 223 31 0 51 2 140 135 116
Binary 10111101 11111011 10010011 11001 0 101001 10 1100000 1011101 1001110

Color Harmonies of #BDFB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB93

Black with #BDFB93

Text Example


Text Example

White with #BDFB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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