Html Css Color HEX #BDF694 Reef

📋 copy color: '#BDF694'

red 189 ◦ green 246 ◦ blue 148

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

Shades of Reef #BDF694

Tints of Reef #BDF694

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.2%

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

R = 32.42%
G = 42.2%
B = 25.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#BDF694 (or 0xBDF694) is known color: Reef. HEX triplet: BD, F6 and 94. RGB value is (189,246,148). Sum of RGB (Red+Green+Blue) = 189+246+148=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF694 is #42096B. Grayscale: #DADADA. Windows color (decimal): -4327788 or 9762493. OLE color: 9762493.

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

Color convert

RGB 189 246 148 -
CMYK 0.23 0 0.40 0.04
HSL 94.9º 0.84% 0.77% -
HSV(B) 94.9º 0.4% 0.96% -
XYZ 59.29 78.87 40.12 -
YUV 217.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 189 246 148 0.23 0 0.40 0.04 94.9 0.84 0.77
Hex BD F6 94 17 0 28 4 5F 54 4D
Octal 275 366 224 27 0 50 4 137 124 115
Binary 10111101 11110110 10010100 10111 0 101000 100 1011111 1010100 1001101

Color Harmonies of #BDF694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF694

Black with #BDF694

Text Example


Text Example

White with #BDF694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF694; }

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

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

background-color css

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

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

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

border-color css

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

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

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