Html Css Color HEX #BDFB96 Reef

📋 copy color: '#BDFB96'

red 189 ◦ green 251 ◦ blue 150

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

Shades of Reef #BDFB96

Tints of Reef #BDFB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.42%

R = 32.03%
G = 42.54%
B = 25.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#BDFB96 (or 0xBDFB96) is known color: Reef. HEX triplet: BD, FB and 96. RGB value is (189,251,150). Sum of RGB (Red+Green+Blue) = 189+251+150=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB96 is #420469. Grayscale: #DDDDDD. Windows color (decimal): -4326506 or 9894845. OLE color: 9894845.

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

Color convert

RGB 189 251 150 -
CMYK 0.25 0 0.40 0.02
HSL 96.83º 0.93% 0.79% -
HSV(B) 96.83º 0.4% 0.98% -
XYZ 60.99 82.02 41.47 -
YUV 220.95 87.96 105.21 -
System Red Green Blue C M Y K H S L
Decimal 189 251 150 0.25 0 0.40 0.02 96.83 0.93 0.79
Hex BD FB 96 19 0 28 2 61 5D 4F
Octal 275 373 226 31 0 50 2 141 135 117
Binary 10111101 11111011 10010110 11001 0 101000 10 1100001 1011101 1001111

Color Harmonies of #BDFB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB96

Black with #BDFB96

Text Example


Text Example

White with #BDFB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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