Html Css Color HEX #BDF094 Reef

📋 copy color: '#BDF094'

red 189 ◦ green 240 ◦ blue 148

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

Shades of Reef #BDF094

Tints of Reef #BDF094

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

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

R = 32.76%
G = 41.59%
B = 25.65%

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

#BDF094 (or 0xBDF094) is known color: Reef. HEX triplet: BD, F0 and 94. RGB value is (189,240,148). Sum of RGB (Red+Green+Blue) = 189+240+148=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF094 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF094 is #420F6B. Grayscale: #D6D6D6. Windows color (decimal): -4329324 or 9760957. OLE color: 9760957.

HSL color Cylindrical-coordinate representation of color #BDF094: hue angle of 93.26º degrees, saturation: 0.75, 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 #BDF094 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 148 -
CMYK 0.21 0 0.38 0.06
HSL 93.26º 0.75% 0.76% -
HSV(B) 93.26º 0.38% 0.94% -
XYZ 57.49 75.28 39.52 -
YUV 214.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 189 240 148 0.21 0 0.38 0.06 93.26 0.75 0.76
Hex BD F0 94 15 0 26 6 5D 4B 4C
Octal 275 360 224 25 0 46 6 135 113 114
Binary 10111101 11110000 10010100 10101 0 100110 110 1011101 1001011 1001100

Color Harmonies of #BDF094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF094

Black with #BDF094

Text Example


Text Example

White with #BDF094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF094; }

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

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

background-color css

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

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

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

border-color css

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

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

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